2
edits
Ryanwersal (talk | contribs) No edit summary |
Ryanwersal (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<h1>Adding multiple SMTP servers in Thunderbird</h1> | <h1>Adding multiple SMTP servers in Thunderbird</h1> | ||
<h2 id="what_is_an_smtp_server">What is an SMTP server, anyway?</h2> | <h2 id="what_is_an_smtp_server">What is an SMTP server, anyway?</h2> | ||
<div class="makeLeftMargin"> | <div class="makeLeftMargin"> | ||
An SMTP server is the server responsible for sending your e-mail. SMTP stands for Simple Mail Transfer Protocol.<br /> | An SMTP server is the server responsible for sending your e-mail. SMTP stands for Simple Mail Transfer Protocol.<br /> | ||
<br /> | |||
You usually have a POP (Post Office Protocol) or IMAP (Internet Message Access Protocol) server set up to recieve your mail. | You usually have a POP (Post Office Protocol) or IMAP (Internet Message Access Protocol) server set up to recieve your mail. | ||
Line 15: | Line 10: | ||
<h2 id="how_do_i_add_multiple_smtp_servers">How do I add multiple SMTP servers?</h2> | <h2 id="how_do_i_add_multiple_smtp_servers">How do I add multiple SMTP servers?</h2> | ||
<h3 id="setting_up_your_account_to_use_a_different_smtp_server">Setting Up Your Account To Use A Different SMTP Server</h3> | <h3 id="setting_up_your_account_to_use_a_different_smtp_server">Setting Up Your Account To Use A Different SMTP Server</h3> | ||
Line 42: | Line 16: | ||
To make a certain account use a different SMTP server, do the following:<br/> | To make a certain account use a different SMTP server, do the following:<br/> | ||
<br/> | <br/> | ||
<ol> | |||
<li>Go to '''Tools > Account Settings'''.</li> | |||
<li>Select the account you wish to modify</li> | |||
<li>At the bottom of the right side pane is the SMTP dropdown, select the desired SMTP server.</li> | |||
</ol> | |||
<br /> | <br /> | ||
If you need to modify IP or other settings for an SMTP server, follow the steps below. | If you need to modify IP or other settings for an SMTP server, follow the steps below. | ||
Line 52: | Line 28: | ||
To modify your SMTP server settings themselves, follow these steps:<br /> | To modify your SMTP server settings themselves, follow these steps:<br /> | ||
<br /> | <br /> | ||
<ol> | |||
<li>Select '''Tools > Account Settings'''</li> | |||
<li>Scroll to the bottom and click on '''Outgoing Server (SMTP)'''</li> | |||
<li>Modify settings to your wishes utilizing the buttons on the right</li> | |||
</ol> | |||
<br /> | <br /> | ||
The following | The following dialog is shown: | ||
http://img393.imageshack.us/img393/7592/outgoingserversmtpqx9.jpg | http://img393.imageshack.us/img393/7592/outgoingserversmtpqx9.jpg | ||
<ul> | |||
<li>'''Add''' will show a dialog to add the information for an SMTP server.</li> | |||
<li>'''Edit''' shows a dialog filled with information for the currently selected SMTP server.</li> | |||
<li>'''Remove''' will remove the currently selected SMTP server.</li> | |||
<li>'''Set Default''' will set the currently selected SMTP server as the default for mail accounts.</li> | |||
</ul> |
edits