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
#30
@Brandin, thanks for the mxtoolbox link! That is really cool.

Please disregard everything I've said about the message ID and sprintf. I didn't use htmlspecialchars() for displaying the $mail variable, so the message-ID string was being treated as a tag by my browser. In some instances...

The ip has come up clean on the blacklist search and now that I'm using htmlspecialchars(), the $mail variables are identical between the servers (except of course the unique fields).

To answer your question about the Latin American setup, it's a RedHat Linux server with Apache (2.2.15) and PHP (5.6.27) installed from packages.

Finally, I've done some more googling and have managed to reduce my ignorance about email by the tiniest little bit... I was comparing the email headers of the email I sent that made it through to from Latin America to the one from SiteGround to another one from a mass mailer and found a suspicious discrepancy in a 'Received-SPF' header, which vaguely reminded me about something I read in a mass mailer quick start somewhere: TXT DNS record checking.

<pre>
Code:
ARC-Authentication-Results: i=1; mx.google.com;
       <strong>spf=softfail (google.com: domain of transitioning XXXXXXXXX@gmail.com does not designate XXX.XXX.XXX.XXX as permitted sender)</strong> smtp.mailfrom= XXXXXXXXX@gmail.com;
       dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=icloud.com
</pre>



In short it brought me to this:

http://www.x-pose.org/2013/10/22/how-to-...ed-sender/

It makes sense to me that perhaps Gmail has a tougher policy on softfails (not softballs) in place than iCloud. So for now I am setting up the TXT record on my SiteGround domain and using that domain in the sender address of messages sent from my setup in Latin America.

Sorry, this is becoming very long winded about something that's not your problem, but I'll admit that I'm enjoying chatting to you about it (and it seems to be helping in clarifying my thoughts too) Big Grin
  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: 2 Guest(s)