SMTP Connection issues with specific customer #3127
Unanswered
gonzo686
asked this question in
Help with using Postal
Replies: 1 comment
-
Have you seen #2917? It would be good to see the worker logs for an affected message to reveal what was happening around then, you should be able to look for the alias of the message in there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use Postal to send (bulk) emails via our SaaS tool. The recipients of the emails are usually our customers' employees. We don't have any problems with any other customers, but we do with one. With this one customer, we can send individual emails without any problems. However, as soon as there are more, the first, sometimes the second and third emails are still delivered. But all others are no longer delivered (~5 tests with 30 recipients). We receive the following errors:
First: 421 #4.x.2 Too many messages for this session
Then: SMTPClient::Endpoint::SMTPSessionNotStartedError
Our customer has already tried various adjustments in his systems without success (unfortunately we do not know exactly what they have done). Now they have asked us whether a new SMTP connection is opened each time a single message is sent and whether all messages are sent in one SMTP connection when sending in bulk.
Can someone answer the question about the SMTP connection? Does anyone have any other general idea what the problem might be with our customer? Could it be a problem on our / Postal side?
Thanks in advance and have a great weekend
Beta Was this translation helpful? Give feedback.
All reactions