Hello to all, i search send directly a email (without user intervention), i try:
SMTP.Initialize("smtp.mail.yahoo.com", 465, "[email protected]","clave123","SMTP")
SMTP.To.Add("[email protected]")
SMTP.Subject = "hola"
SMTP.Body = "Hola"
SMTP.Send
...
MessageSent event not run
the question, ¿because not send the email?
SMTP.Initialize("smtp.mail.yahoo.com", 465, "[email protected]","clave123","SMTP")
SMTP.To.Add("[email protected]")
SMTP.Subject = "hola"
SMTP.Body = "Hola"
SMTP.Send
...
MessageSent event not run
the question, ¿because not send the email?