Using Gmail Account to Send Emails With Attachment





4.00/5 (1 vote)
Hello Abdur,Helpful article on using Gmail to send mail. Added the following "using" statements to my code:System.Net for NetworkCredentialSystem.Net.Mail for MailMessage and AttachmentSystem.IO for adding a OpenFileDialogAlso modified my code to send with...
Hello Abdur,
Helpful article on using Gmail to send mail.
Added the following "using" statements to my code:
System.Net for NetworkCredential System.Net.Mail for MailMessage and Attachment System.IO for adding a OpenFileDialogAlso modified my code to send with
newmsg.SendAsync();
Regards,
David