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
#24
Hello,

Firstly, I'm a new user of UserSpice, checking it out for some admin/monitoring applications and I LOVE it! It's been going real well so far, but I am having a very weird issue (seemingly related to this thread) that no amount of googling seems to yield a solution to. I'm using the standard gmail smtp setup as described. Although I changed to my own gmail credentials at some point, the issue is the same for both sets of credentials. (I have also sent via another smtp service with the same result).

So the problem is this:

In all cases, when sending test mails (or constructed mails) I can send emails successfully to my iCloud email address. However, when I send to either my gmail.com address or my work address (domain hosted by networksolutions.com), the mail function sends successfully, but the email never arrives. There is no error, but the email arrives on iCloud and nowhere else.

I've tried the above solution, commenting out the isSMTP line, with no change to the result. Running with the isSMTP option switched on results in a time out.

And finally, before posting this I tried one more thing: I moved the entire UserSpice setup from the private RedHat server located in Latin America to a personal SiteGround-hosted domain of mine. (Kudos to you guys, by the way, for how easy that was! And to my very great surprise, on SiteGround it suddenly WORKED!

So I compared the contents of the $mail object just after the send
Code:
$result = $mail->send();
in the helpers.php file and these were the only differences:

Successful (Chicago) $mail:
Message-ID is populated
lastMessageID:protected is populated

Failed (Latin America) $mail:
Message-ID is empty
lastMessageID:protected is empty

Code:
unique:protected
and
Code:
boundary:protected
were populated in both cases, but their values differed.

My only thought now is that somebody in the chain is blocking the message based on where it's coming from. Unfortunately I have NO idea how to determine or solve that. I realize that this has gone beyond the scope of your software, but if you are so inclined, any assistance or pointers will be GREATLY appreciated!
  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: 1 Guest(s)