developer155
Programmer
Hello, what reference ro componetn shoudl I include with my VB project to use SMTP like the this:
Smtp1.Message.To.Add "you@test.com" ' Specify the recipient
'Smtp1.Message.From = "me@test.com" ' Specify the sender
'Smtp1.Message.Subject = "Test Message" ' Specify the subject
'Smtp1.Message.Text = "This is a test." ' Add message body
'Smtp1.Message.AddAttachment m_szConfirmFileName ' Add attachment
'Smtp1.Login "mail.dart.com" ' Start the mail session
'Smtp1.send ' Send message
'Smtp1.Logout ' End session
thanks a lot!!!
Smtp1.Message.To.Add "you@test.com" ' Specify the recipient
'Smtp1.Message.From = "me@test.com" ' Specify the sender
'Smtp1.Message.Subject = "Test Message" ' Specify the subject
'Smtp1.Message.Text = "This is a test." ' Add message body
'Smtp1.Message.AddAttachment m_szConfirmFileName ' Add attachment
'Smtp1.Login "mail.dart.com" ' Start the mail session
'Smtp1.send ' Send message
'Smtp1.Logout ' End session
thanks a lot!!!