Changes between Version 3 and Version 4 of email_setup_thunderbird_beta
- Timestamp:
- Jun 28, 2011, 10:35:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
email_setup_thunderbird_beta
v3 v4 13 13 [[Image(thunderbird5-win-3.png)]] 14 14 15 == IMAP or POP? == 15 16 16 17 Next, you'll need to decide whether you want a POP account or an IMAP account. In most cases, we recommend POP, but if you plan to use webmail frequently or will use multiple computers to check your email, you may want to use IMAP. 17 18 18 IMAP settings are as follows: 19 '''POP settings are as follows:''' 20 21 {{{ 22 Incoming: POP 23 Incoming server hostname: mail.mayfirst.org 24 Incoming Port: 110 25 Incoming SSL: STARTTLS 26 Incoming Authentication: Normal Password 27 28 Outgoing: SMTP 29 Outgoing server hostname: mail.mayfirst.org 30 Outgoing Port: 587 31 Outgoing SSL: STARTTLS 32 Outgoing Authentication: Normal Password 33 }}} 34 35 [[Image(thunderbird5-win-6.png)]] 36 37 38 39 '''IMAP settings are as follows:''' 40 {{{ 19 41 Incoming: IMAP 20 42 Incoming server hostname: mail.mayfirst.org … … 23 45 Incoming Authentication: Normal Password 24 46 25 Outgoing: IMAP47 Outgoing: SMTP 26 48 Outgoing server hostname: mail.mayfirst.org 27 49 Outgoing Port: 587 28 50 Outgoing SSL: STARTTLS 29 51 Outgoing Authentication: Normal Password 30 52 }}} 31 53 [[Image(thunderbird5-win-4.png)]] 32 54