[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[msmtp-users] Email with multiple recipients



I'm using msmtp to send mail with multiple recipients.I have noticed that msmtp aborts when receiving a 550 from the mail server In this example the email address  test2@...453...  does not exist

My preferred behavior would be to send the email to the existing recipients. Is this behavior possible to adjust with configuration settings?

--> MAIL FROM:<test@...453...>
<-- 250 OK
--> RCPT TO:<test1@...453...>
<-- 250 Accepted
--> RCPT TO:<test2@...453...>
<-- 550 < test2@...453... >: Gone away, no forwarding address known
msmtp: recipient address test2@...453... not accepted by the server
msmtp: server message: 550 < test2@...453... >: Gone away, no forwarding address known
msmtp: could not send mail


Best Regards Ole Martin