Archived Forum Post

Index of archived forum posts

Question:

Send Email to more Recipients but one with bad address

Mar 04 '17 at 07:02

Hello if I send an email to multiple recipients including an address it is invalid for example using the Outlook mail is sent and then I get a "Mail Delivery Subsystem" that tells me that the X address is incorrect. If I do the same thing with Chilkat and let AllOrNone = false, the emails start, but the mail is not sent to the wrong address and not getting any "Mail Delivery Subsystem". I need to configure the component in a specific way?

To simplify the problem I tried to send mail to only one recipient. (With deliberately wrong address). Here too, Outlook and then send the SMTP then sends the mail to the sender of "mail Delivery Subsystem" while Chilkat returns false from the Send method and reading the log read:

"Rcpt_to:       SmtpCmdSent: RCPT TO: wertyuss@fdsdfgshadt.it <crlf>       SmtpCmdResp: 550 5.1.1 rnwW1u00G05CKdh01nwWY8 fdsdfgshadt.it invalid domain / invalid destination domain       550 5.1.1 rnwW1u00G05CKdh01nwWY8 fdsdfgshadt.it invalid domain / invalid destination domain       Failed When sending the RCPT TO: wertyuss@fdsdfgshadt.it       lastResponseLine: 550 5.1.1 rnwW1u00G05CKdh01nwWY8 fdsdfgshadt.it invalid domain / invalid destination domain       bad_address: wertyuss@fdsdfgshadt.it "

I need to have the same behavior in Outlook. (In the example I using the same SMTP)