Cannot send the confirmation email using the data you provided.

Can you help me, please?
From the error message you got I think you should check again connectivity from your host and also if your server is accepting incoming connections. For sure the communication is blocked by your server.
 
@nelsonmedina - Port 587 requires TLS most of the time, so try to use that.
Also:
Code:
mail.nelsontalk.info: nodename nor servname provided, or not known
Your hostname isn't okay either.
 
however, now I keep getting the following
See my answer above related to your hostname, mail.nelsontalk.info is not resolving to an IP address, this is why things don't work.
I was able to connect without the mail. subdomain name:
Code:
telnet nelsontalk.info 587
Trying 128.199.50.155...
Connected to nelsontalk.info.
Escape character is '^]'.
220 mymail.nelsontalk.info ESMTP Postfix (Ubuntu)
So try nelsontalk.info instead ;)
 
See my answer above related to your hostname, mail.nelsontalk.info is not resolving to an IP address, this is why things don't work.
I was able to connect without the mail. subdomain name:
Code:
telnet nelsontalk.info 587
Trying 128.199.50.155...
Connected to nelsontalk.info.
Escape character is '^]'.
220 mymail.nelsontalk.info ESMTP Postfix (Ubuntu)
So try nelsontalk.info instead ;)
Yes, but, I'm not very technical, where do I deal with nelsontalk.info? :confused::confused:
 
Thank you for the info. Can you please go to Backend > Misc > Application log and empty the logs, then wait 10 minutes, then visit the page once again. What logs do you get there?
 
Back
Top