3
Quote:
Cowski wrote:
1. What does this mean: "SMTPAuth username" (I tried my webmaster email name here)
2. What does this mean: "SMTPAuth password" (and I tried my webmaster email password here)
Thanks!!
'SMTPAuth' means a SMTP server with authentication required (as gmail smtp server, for example). So, "SMTPAuth username" is the username you use to log on that server, and "SMTPAuth password" the related password.
If you have your own local - or remote - server (sendmail, MSexchange, etc.), you have to choose 'SMTP' if no authentication is required, else 'SMTPAuth' if you have to authenticate yourself for logon.
Remember the usually smtp servers with no authentication listen at port 25/TCP, while smtp servers *with* authentication listen at port 587/TCP. You can specify ports writing server addresses as:
mail.your_mail_server.com:25 (no authentication)
mail.your_mail_server.com:587 (with auth required)