Sending emails with Blatt
Does anyone have experience in sending emails with Blatt (2.5.x) through SMTP?
Does anyone have experience in sending emails with Blatt (2.5.x) through SMTP?
You'll need to import System.Net.Mail
Dim
client As New SmtpClient("some smtp server name or ip address goes here")I'm not sure about Blatt - if you want to use another email client rather than sending direct to the SMTP server then you would need to look to the vendor for details on there object model/API's that would allow you to send emails through there application and have this configured to use the SMTP server.