close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
Jul 14, 2008, 10:28:17 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
23 | 23 | * '''smtp_password''': (''since 0.9'') Password for authentication SMTP account. |
24 | 24 | * '''smtp_from''': Email address to use for ''Sender''-headers in notification emails. |
| 25 | * '''smtp_from_name''': Sender name to use for ''Sender''-headers in notification emails. |
25 | 26 | * '''smtp_replyto''': Email address to use for ''Reply-To''-headers in notification emails. |
26 | 27 | * '''smtp_default_domain''': (''since 0.10'') Append the specified domain to addresses that do not contain one. Fully qualified addresses are not modified. The default domain is appended to all username/login for which an email address cannot be found from the user settings. |
… |
… |
|
78 | 79 | }}} |
79 | 80 | |
| 81 | == Using GMail as the SMTP relay host == |
| 82 | |
| 83 | Use the following configuration snippet |
| 84 | {{{ |
| 85 | [notification] |
| 86 | smtp_enabled = true |
| 87 | use_tls = true |
| 88 | mime_encoding = base64 |
| 89 | smtp_server = smtp.gmail.com |
| 90 | smtp_port = 587 |
| 91 | smtp_user = user |
| 92 | smtp_password = password |
| 93 | }}} |
| 94 | |
| 95 | where ''user'' and ''password'' match an existing GMail account, ''i.e.'' the ones you use to log in on [http://gmail.com] |
| 96 | |
| 97 | Alternatively, you can use `smtp_port = 25`.[[br]] |
| 98 | You should not use `smtp_port = 465`. It will not work and your ticket submission may deadlock. Port 465 is reserved for the SMTPS protocol, which is not supported by Trac. See [comment:ticket:7107:2 #7107] for details. |
| 99 | |
80 | 100 | == Filtering notifications for one's own changes == |
81 | 101 | In Gmail, use the filter: |