Sending email from Windows application

R

ReidarT

Is it possible to send email from a Windows-form application like I do
from a web-form application?
regards
reidarT
 
C

Cor Ligthert

Reidar,

What are you doing using default mailclient or SMTP.

It both can in almost the same way.
(When you did it in ASP than reply because in ASPNET it goes a little bit
else).

Cor
 
G

Guest

You can still use the Web.Mail namespace if you are OK with having IIS
configured. Or you can always use a thirdparty emailing component or automate
Outlook or write your own lightweight SMTP component (It is not very
difficult if you dont have to do attachements. Just read the RFC and
implement the protocol.)

Check out http://www.codeproject.com/csharp/IndySMTP.asp for a sample
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sending email from vs2005 1
Sending email with attachment 2
upload file to web-browser 5
Sending web email 4
Date calendar in datagrid 1
deploying windows application 1
Icon on statusbar 2
Sending email 2

Top