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
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