comparison development.ini @ 5881:a5ad2900985b

docs: tweak email documentation - add gmail example smtp_auth is too obscure to have in the .ini template.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 04 May 2016 01:18:25 +0200
parents 1906a1389cdd
children 110b504916b6
comparison
equal deleted inserted replaced
5880:61954577a0df 5881:a5ad2900985b
53 ## Examples: 53 ## Examples:
54 #error_email_from = Kallithea Errors <kallithea-noreply@example.com> 54 #error_email_from = Kallithea Errors <kallithea-noreply@example.com>
55 #error_email_from = paste_error@example.com 55 #error_email_from = paste_error@example.com
56 56
57 ## SMTP server settings 57 ## SMTP server settings
58 ## Only smtp_server is mandatory. All other settings take the specified default 58 ## If specifying credentials, make sure to use secure connections.
59 ## values. 59 ## Default: Send unencrypted unauthenticated mails to the specified smtp_server.
60 ## For "SSL", use smtp_use_ssl = true and smtp_port = 465.
61 ## For "STARTTLS", use smtp_use_tls = true and smtp_port = 587.
60 #smtp_server = smtp.example.com 62 #smtp_server = smtp.example.com
61 #smtp_username = 63 #smtp_username =
62 #smtp_password = 64 #smtp_password =
63 #smtp_port = 25 65 #smtp_port = 25
66 #smtp_use_ssl = false
64 #smtp_use_tls = false 67 #smtp_use_tls = false
65 #smtp_use_ssl = false
66 ## SMTP authentication parameters to use (e.g. LOGIN PLAIN CRAM-MD5, etc.).
67 ## If empty, use any of the authentication parameters supported by the server.
68 #smtp_auth =
69 68
70 [server:main] 69 [server:main]
71 ## PASTE ## 70 ## PASTE ##
72 #use = egg:Paste#http 71 #use = egg:Paste#http
73 ## nr of worker threads to spawn 72 ## nr of worker threads to spawn