Fore over a year ago a used this simular code to this, but now i get a send error??
'SMTPExtras1.Initialize("smtp.gmail.com", 465, "[email protected]", "password", "SMTPExtras1")
'SMTPExtras1.UseSSL = True.
'SMTPExtras1.To.Add("[email protected]")
'SMTPExtras1.Subject = "This is TxtHeader"
'SMTPExtras1.Body = "This is TxtBody"
'SMTPExtras1.AddHeader("MyField", "MyValue:" & DateTime.Now)
'SMTPExtras1.Send
???
Regards
Ran
'SMTPExtras1.Initialize("smtp.gmail.com", 465, "[email protected]", "password", "SMTPExtras1")
'SMTPExtras1.UseSSL = True.
'SMTPExtras1.To.Add("[email protected]")
'SMTPExtras1.Subject = "This is TxtHeader"
'SMTPExtras1.Body = "This is TxtBody"
'SMTPExtras1.AddHeader("MyField", "MyValue:" & DateTime.Now)
'SMTPExtras1.Send
???
Regards
Ran