Send mail in .NET

G

Guest

I want to write a winforms application in vb.net 2005 that send an email but
I know I need the smtp in order to send a mail, but the PCs where I install
the program (our customers) don't have smtp so how can I generate a message
and send it in email on there PC?
 
K

Kevin Spencer

Have you set up Outlook or Outlook Express recently? It asks you for the
SMTP server address to use for outgoing email, and stores the server you
give it for use later. Your app will have to do the same.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 

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


Top