The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once
Warning [2] Undefined array key "" - Line: 1584 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1584 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Trying to access array offset on value of type null - Line: 1588 - File: inc/functions.php PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions.php 1588 errorHandler->error
/inc/functions_post.php 203 usergroup_displaygroup
/showthread.php 912 build_postbit
Warning [2] Undefined array key "useravatar" - Line: 6 - File: inc/functions_post.php(931) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions_post.php(931) : eval()'d code 6 errorHandler->error
/inc/functions_post.php 931 eval
/showthread.php 912 build_postbit
Warning [2] Undefined array key "userstars" - Line: 11 - File: inc/functions_post.php(931) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/inc/functions_post.php(931) : eval()'d code 11 errorHandler->error
/inc/functions_post.php 931 eval
/showthread.php 912 build_postbit





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gmail SMTP Mailer
#27
Thanks @Brandin and @mudmin for the fast and detailed responses! I will go through them in detail tomorrow. In the meantime I have managed to "correct" the missing message-ID value by replacing less and greater than signs in the sprintf formatting string in 'users/vendor/phpmailer/phpmailer/src/PHPMailer.php':

Code:
2288             //$this->lastMessageID = sprintf('<{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}s@{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}s>', $this->uniqueid, $this->serverHostname());

Code:
2289             $this->lastMessageID = sprintf('<{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}s@{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}s>', $this->uniqueid, $this->serverHostname());



I'm not sure why php sprintf() does this on the RedHat server (PHP 5.6.27) and not on the SiteGround account (PHP 7.0.27), if it's the version or a setting... Unfortunately this hasn't yet fixed the fact that emails are not arriving at my gmail account.
  Reply


Messages In This Thread
Gmail SMTP Mailer - by Brandin - 01-05-2017, 05:03 PM
Gmail SMTP Mailer - by mudmin - 01-08-2017, 04:23 PM
Gmail SMTP Mailer - by Brandin - 01-08-2017, 05:07 PM
Gmail SMTP Mailer - by Brandin - 01-15-2017, 01:52 PM
Gmail SMTP Mailer - by mudmin - 01-26-2017, 09:02 PM
Gmail SMTP Mailer - by Brandin - 01-26-2017, 09:17 PM
Gmail SMTP Mailer - by eeverts - 01-27-2017, 07:50 AM
Gmail SMTP Mailer - by eeverts - 01-27-2017, 08:08 AM
Gmail SMTP Mailer - by picassoo - 02-12-2017, 10:20 AM
Gmail SMTP Mailer - by Brandin - 08-26-2017, 10:58 PM
Gmail SMTP Mailer - by mudmin - 08-27-2017, 11:40 AM
Gmail SMTP Mailer - by Brandin - 08-27-2017, 12:41 PM
Gmail SMTP Mailer - by mudmin - 08-27-2017, 03:01 PM
Gmail SMTP Mailer - by Brandin - 08-27-2017, 03:05 PM
Gmail SMTP Mailer - by karsen - 08-27-2017, 04:57 PM
Gmail SMTP Mailer - by Brandin - 08-27-2017, 04:58 PM
Gmail SMTP Mailer - by karsen - 08-27-2017, 05:05 PM
Gmail SMTP Mailer - by Brandin - 08-27-2017, 05:07 PM
Gmail SMTP Mailer - by mudmin - 08-28-2017, 11:42 AM
Gmail SMTP Mailer - by Brandin - 09-17-2017, 12:16 PM
Gmail SMTP Mailer - by mudmin - 09-17-2017, 12:29 PM
Gmail SMTP Mailer - by Brandin - 09-17-2017, 12:30 PM
Gmail SMTP Mailer - by mudmin - 09-17-2017, 07:04 PM
Gmail SMTP Mailer - by tilmanharms - 02-28-2018, 10:21 PM
Gmail SMTP Mailer - by mudmin - 02-28-2018, 10:34 PM
Gmail SMTP Mailer - by Brandin - 02-28-2018, 10:43 PM
Gmail SMTP Mailer - by tilmanharms - 03-01-2018, 12:03 AM
Gmail SMTP Mailer - by Brandin - 03-01-2018, 12:35 AM
Gmail SMTP Mailer - by tilmanharms - 03-01-2018, 07:46 AM
Gmail SMTP Mailer - by tilmanharms - 03-02-2018, 07:20 PM
Gmail SMTP Mailer - by Brandin - 03-02-2018, 07:59 PM
Gmail SMTP Mailer - by tilmanharms - 03-02-2018, 08:05 PM
Gmail SMTP Mailer - by Brandin - 03-02-2018, 08:31 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)