Hi, How to set configure my own
asp.net
to use with your smtp, as I used your settings listed but time exceed and no works.
I want to automatically send messages from our website
This is what I used
Dim MM As New MailMessage
MM.Subject = bla bla"
MM.To.Add(New System.Net.Mail.MailAddress(EmailTo, Nombre))
MM.Body = "Hola.."
MM.IsBodyHtml = True
Dim SC = New SmtpClient()
SC.Port = 465
SC.EnableSsl = True
SC.UseDefaultCredentials = False
SC.Credentials = New System.Net.NetworkCredential("
boletin@outl.es", "mypass")
It does not send nothing, and wait and wait for but nothing until time expire
If I use
then it works, so.. Does your smtp system work or not ? What I miss ?
I send an email to zoho support, but they seem to be not tech as they send me a "stupid" question saying that if i tried with outlook or gmail clients, that use pop3 and not smtp