Hi,
I am testing FireMail but keep getting this error when trying to send an e-mail:
Error in writing Data, possibly no valid recipients.
Source Error:
Line 545:
Line 546:
Line 547: msg.Send("localhost") <- This is the error line
Line 548:
Line 549: Return ""
Source (VS2005, WinXP, .net 2.0.5xxxx):
Dim msg As ceTe.FireMail.PlainTextMessage = New ceTe.FireMail.PlainTextMessage("Michael Nielsen", "michael@nielsen.com")
msg.To.Add("michael@nielsen.com", "michael@nielsen.com")
msg.Subject = "test"
msg.Body = "test body"
msg.Send("localhost")