E
Elliot
The following code works when sending to an email address that resides
on our Exchange domain. However, when trying to send to an External
domain it does not work. The folling is the "doesn't work" code:
Dim oMsg As MailMessage = New MailMessage()
oMsg.From = "(e-mail address removed)"
oMsg.To = "(e-mail address removed)"
oMsg.Subject = "This does not work"
oMsg.Body = "Does anyone have a solution"
SmtpMail.SmtpServer = "ABC.EXCHANGE.COM"
SmtpMail.Send(oMsg)
I believe there might be someing on IIS that needs to be set. Any help
is appreciated.
Thank you,
Elliot Semmelman
on our Exchange domain. However, when trying to send to an External
domain it does not work. The folling is the "doesn't work" code:
Dim oMsg As MailMessage = New MailMessage()
oMsg.From = "(e-mail address removed)"
oMsg.To = "(e-mail address removed)"
oMsg.Subject = "This does not work"
oMsg.Body = "Does anyone have a solution"
SmtpMail.SmtpServer = "ABC.EXCHANGE.COM"
SmtpMail.Send(oMsg)
I believe there might be someing on IIS that needs to be set. Any help
is appreciated.
Thank you,
Elliot Semmelman