Send an Outlook email programmatically using C#

Joined
Jan 22, 2008
Messages
1
Reaction score
0
Hi, sorry if this is a newbie question but here's the scenario

Server A - C#.net web app that will NEEDS to be able to send an email, but only certain ports are allowed to be open for security reasons (https, sftp)


Server B - Outlook that can send emails (we don't have exchange server yet, not for at least 3-4 months) (sftp and smtp ports are open)



so. the idea is, to write an email programmatically in server A, sftp the email file to server B, and get outlook on server B to send it off.

now... how do i do this??

advanced thanks for any help/leads
icon_confused.gif
 

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

Top