65.9K
CodeProject is changing. Read more.
Home

Using Gmail Account to Send Emails With Attachment

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (1 vote)

Mar 29, 2011

CPOL
viewsIcon

12360

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 OpenFileDialog
Also modified my code to send with newmsg.SendAsync(); Regards, David