Our Outlook is sending the mail via SMTP.
I have tried to provide a port number but no success on that either.
I get the same "Invalid address" message.
...
Dim smtp As New System.Net.Mail.SmtpClient("xxx.xxx.xxx.xxx", 25)
...
If I tried to write an invalid ip-address or port number, then I get:
"An error occurred while sending mail"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment
You may subscribe to group Feeds using a RSS Feed Reader to stay upto date
using following url
<a href="http://feeds.feedburner.com/DotNetDevelopment">
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---