- Google/Yahoo/AOL/Hotmail SMTP Server Configuration
- How to find SMTP server settings in your Email Client
- List of ISP SMTP Servers
- Enter your email address in the Email address field.
- Enter smtp server hostname or ip address in the Server hostname field.
- Specify the server port in Port filed.
- Enter your account username in the Username field (usually its your email address).
- Enter your password in the Password field.
- Enable SSL/TLS checkbox if the server requires a secure connection (SSL or TSL).
Default SMTP Server Ports
Server | Port |
Non-Encrypted | 25 (or 587) |
Secure (TLS) | 587 |
Secure (SSL) | 465 |
Sending Modes
Limited with "N" messages per hour
Many SMTP servers have a limitation for the number of messages they will send from one user per hour. They will not accept anything over the limit or even block the user for a while.
If your SMTP server doesn't have any limitation then specify a large number like 10000000 or Select Multi-Thread mode with 1 thread.
Multi-Thread
If your SMTP Server allows parallel connections, you can speed up sending using this mode.
Advanced
Timeout - maximum time to send 1 message, to find and stop hung tasks
Messages per connection - specify how many messages alows smtp server to send per 1 connection. The higher the value the faster the sending.