P
Pascal Cloup
Hello,
I just want to send an e-mail from my windows form application without
specifying SmtpServer.
On my computer, when i specify my smtpserver, SmtpMail.Send( aMail ) works
fine, but without specifuing SmtpMail.SmtpServer, the message is never
sent.. I tried various things like SmtpMail.SmtpServer = "" or
SmtpMail.SmtpServer = "localhost" or
SmtpMail.SmtpServer.Insert"0,"localhost""), ... the result was the same
Someone know how to do that? or how to know the SmtpServer of the current
user?
thanks in advance,
Pascal
I just want to send an e-mail from my windows form application without
specifying SmtpServer.
On my computer, when i specify my smtpserver, SmtpMail.Send( aMail ) works
fine, but without specifuing SmtpMail.SmtpServer, the message is never
sent.. I tried various things like SmtpMail.SmtpServer = "" or
SmtpMail.SmtpServer = "localhost" or
SmtpMail.SmtpServer.Insert"0,"localhost""), ... the result was the same
Someone know how to do that? or how to know the SmtpServer of the current
user?
thanks in advance,
Pascal