Jump to content

Newsletter Email


Christopher Short

Recommended Posts

SMTP Error: The following recipients failed: ******: Outgoing mail from "*****" has been suspended.

 

The * had email addresses. The first part of teh list went and then this error. I am on a VPS and my host does not have any email restricitions for volume or number per hour on my account. Ideas?

Link to comment
Share on other sites

That error response "reason" could be from the recipient's email provider.

Here is a link to an issue I found:

https://github.com/roundcube/roundcubemail/issues/8737

Let us know if you are sending out emails using an external SMTP server (maybe GMail's?).

 

Link to comment
Share on other sites

5 minutes ago, bsmither said:

That error response "reason" could be from the recipient's email provider.

Here is a link to an issue I found:

https://github.com/roundcube/roundcubemail/issues/8737

Let us know if you are sending out emails using an external SMTP server (maybe GMail's?).

 

I resolved the suspended issue, it was due to the number of bounces. I have not resolved the RFC compliance issue. Email is through my VPS and my domain. 

Edited by Christopher Short
Link to comment
Share on other sites

The original message was received at Wed, 20 Dec 2023 16:32:08 -0800 from server.csrocketry.com [173.231.214.142]

 

   ----- The following addresses had permanent fatal errors ----- <********@bellsouth.net>

    (reason: 554 Message not accepted due to failed RFC compliance [015])

 

   ----- Transcript of session follows ----- ... while talking to mx-sbc.mail.am0.yahoodns.net.:

>>> DATA

<<< 554 Message not accepted due to failed RFC compliance [015]

554 5.0.0 Service unavailable

Link to comment
Share on other sites

I do not know this for sure. If the destination has anything to do with Yahoo/AOL, then bulk sending might trigger a limit on that end.

Without more info, I have no other advice. Especially, I have no idea what "[015]" means. Could this be the page number of RFC-5322? If so, that is in the middle of a Date/Time format discussion.

(In a distant past life, I did send in bulk. I had to throttle AOL and a few other domains to a slow trickle.

I am confident that PHPMailer (a well-respected mailer) sends very accurate RFC compliant emails.

It could be that, because the recipient's service became "unavailable", that right there is what might be non-compliant.

Link to comment
Share on other sites

17 hours ago, bsmither said:

I do not know this for sure. If the destination has anything to do with Yahoo/AOL, then bulk sending might trigger a limit on that end.

Without more info, I have no other advice. Especially, I have no idea what "[015]" means. Could this be the page number of RFC-5322? If so, that is in the middle of a Date/Time format discussion.

(In a distant past life, I did send in bulk. I had to throttle AOL and a few other domains to a slow trickle.

I am confident that PHPMailer (a well-respected mailer) sends very accurate RFC compliant emails.

It could be that, because the recipient's service became "unavailable", that right there is what might be non-compliant.

I emailed a couple people and they receive my email but not the newsletter. Everyone that has this is yahoo/aol/....that seem to use yahoo servers. I've had dang near 300 reject for this from legitimate customers. 

Link to comment
Share on other sites

There is this:

https://www.cubecart.com/extensions/plugins/throttled-/-batch-sending-of-newsletters

However, I would petition HavenSwift to add a filter to segregate a list of domains. The segregated list would be the only addresses to be throttled, all others would bypass the throttle and be sent immediately. (This would not detract from the main intent of this plugin, which is to work with hosting provider's limits.)

 

Link to comment
Share on other sites

I am curious to know-- What other indication was shown to you that the sending operation had failed.

I believe the red-colored message posted above was from the Error Log, System Error Log tab.

But what, if anything, prompted you to look there to learn if/why sending had a problem?

I understand you received emails of non-delivery reports (NDR).

But did CubeCart indicate something? Like, maybe the progress bar never reached 100%?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...