E-Mail server information: Difference between revisions
(New page: E-Mail programs require a variety of information to correctly send and receive e-mail. In addition, some PHP scripts require this information as well. ==Server Information== In this...) |
|||
Line 6: | Line 6: | ||
'''Incoming mail (POP3) server''' - pop3.example.com | '''Incoming mail (POP3) server''' - pop3.example.com | ||
'''Outgoing mail (SMTP) server''' - mail.example.com | '''Outgoing mail (SMTP) server''' - mail.example.com | ||
'''SMTP Server Authentication''' - Some e-mail clients will have a checkbox to enable SMTP or Outgoing Server authentication. Make sure this is enabled. | '''SMTP Server Authentication''' - Some e-mail clients will have a checkbox to enable SMTP or Outgoing Server authentication. Make sure this is enabled. | ||
'''Username''' - Both your SMTP (outgoing) and POP3 (incoming) usernames are the same as your e-mail address, for example <tt>example-account@example.com</tt> | '''Username''' - Both your SMTP (outgoing) and POP3 (incoming) usernames are the same as your e-mail address, for example <tt>example-account@example.com</tt> | ||
'''Password''' - Both your SMTP (outgoing) and POP3 (incoming) passwords are the same - they are the password you chose when setting up your account. If you forget your password, you can [[change your e-mail password]] on the [[e-mail tab]] of the [[account manager]]. | '''Password''' - Both your SMTP (outgoing) and POP3 (incoming) passwords are the same - they are the password you chose when setting up your account. If you forget your password, you can [[change your e-mail password]] on the [[e-mail tab]] of the [[account manager]]. | ||
[[Category:E-Mail]] | [[Category:E-Mail]] |
Revision as of 15:49, 4 June 2008
E-Mail programs require a variety of information to correctly send and receive e-mail. In addition, some PHP scripts require this information as well.
Server Information
In this example, substitute your domain for example.com, and your email address for example-account@example.com
Incoming mail (POP3) server - pop3.example.com
Outgoing mail (SMTP) server - mail.example.com
SMTP Server Authentication - Some e-mail clients will have a checkbox to enable SMTP or Outgoing Server authentication. Make sure this is enabled.
Username - Both your SMTP (outgoing) and POP3 (incoming) usernames are the same as your e-mail address, for example example-account@example.com
Password - Both your SMTP (outgoing) and POP3 (incoming) passwords are the same - they are the password you chose when setting up your account. If you forget your password, you can change your e-mail password on the e-mail tab of the account manager.