F
Frank
I think I've confused myself completely here
I have used System.Web.Mail, but am not sure if this works with Exchange Server 5.5. I asked the client if they're email server supported SMTP, and got the following reply (exact quote):
Exchange 5.5 uses IMS connector for communication between the internal and the external world. IMS is based on SMTP Protocol.
For mail flow within the organization Exchange 5.5 uses Message Transfer Agent.
Does this mean that SMTP is not used on their internal LAN, and I can't use System.Web.Mail?
And if not, how do I send emails from within a stand alone VB.Net application?
BTW, the computer running the VB.Net program is Windows 2000 Pro and will NOT have Outlook installed.
Regards,
Frank
I have used System.Web.Mail, but am not sure if this works with Exchange Server 5.5. I asked the client if they're email server supported SMTP, and got the following reply (exact quote):
Exchange 5.5 uses IMS connector for communication between the internal and the external world. IMS is based on SMTP Protocol.
For mail flow within the organization Exchange 5.5 uses Message Transfer Agent.
Does this mean that SMTP is not used on their internal LAN, and I can't use System.Web.Mail?
And if not, how do I send emails from within a stand alone VB.Net application?
BTW, the computer running the VB.Net program is Windows 2000 Pro and will NOT have Outlook installed.
Regards,
Frank