| |
Assume your domain is your_domain.com then: POP3 (incoming) server: mail.your_domain.com SMTP (outgoing) server: mail.your_domain.com Ports will be the standard ports, 110 for POP3 and 25 for SMTP. Please note that some internet service providers does not allow users to send email using an external server, in that case you can receive emails but can not send, In most cases using port 26 instead of standard port 25 will fix the problem.
|