client.Credentials =
client.UseDefaultCredentials = True; client.DeliveryMethod = client.Send(message); Please send me the solution. Thanks, Suresh.
When i sending mail, some of the client doesn't getting mail.
I am getting some Undeliverable Messeges:
1.SmtpDeliveryMethod.PickupDirectoryFromIis;
2.Could not deliver the message in the time limit specified. Please retry or contact your administrator.
3.The destination server for this recipient could not be found in Domain Name Service (DNS). Please verify the email address and retry. If that fails, contact your administrator.
Vikrant JadhavPosted Dec 20, 2011, 7:18 AM
i found similar article in c# corner on below link which will help you.
http://www.c-sharpcorner.com/uploadfile/bryianTan/Asp-Net-send-email-using-gmail/
thanks & Regards
Vikrant Jadhav
If above post is helpful to you then mark as Correct Answer.