Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi friends,

I am new to Asp.net, I am using workfolw email in my website,also i should send/receive email from my web page when i click the icon , image or link. So kindly provide me some code.

Thanks in Advance

Velsamy A
Posted
Comments
Sunasara Imdadhusen 15-Apr-14 1:40am    
Have you tried on google?
avelsamy 15-Apr-14 3:40am    
yeah i tried , but i cant able to get it, confused... so will you please share some sapmle code for this....
avelsamy 15-Apr-14 7:02am    
my code : Dim FS As MemoryStream = New MemoryStream(Server.MapPath("../Temp/" & filename), FileMode.Create)


error : -
Value of type 'String' cannot be converted to '1-dimensional array of Byte'.

Please read below articles.May be helped to you.

Sending e-mails

Sending Email with System.Net.Mail
 
Share this answer
 
Hello Buddy,

I had worked on these things and had created many Articles on the same, I am providing you the links of some of my articles which will definitely help you:

http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-mails-using-smtp-configuration-part-2/[^]

http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-email-from-yahoo-and-hotmail-using-Asp-Net/[^]

http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-mails-at-faster-rate/[^]

You can download the source code available in each of these Articles.

Accept the answer if it helps you
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900