Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email'ing in a windows form
Message
De
21/03/2003 18:17:09
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires
Titre:
Email'ing in a windows form
Divers
Thread ID:
00768830
Message ID:
00768830
Vues:
53
Hello,

I have the following ...

Dim oMM As MailMessage
oMM = New MailMessage()
oMM.From = "bagwellk@telspan.com"
oMM.To = "bagwellk@telspan.com"
oMM.Subject = "Billing Test"
oMM.Body = "Test, test, test. "
SmtpMail.SmtpServer = "localhost"
SmtpMail.Send(oMM)

I get ... " Could not access CDO.message object."
I know my smtp server is running on my local machine. I have tried many different server names "myserver.mydomain.com" ect. Curiously enough, when I have a blank server name, I get an email created in my inetpub\mailroot\queue, but it never gets sent.

Thanks in advance,
Ken
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform