simplify mailer
This commit is contained in:
parent
7f2ff74ebe
commit
185641e6d0
7 changed files with 24 additions and 118 deletions
14
config.ini
14
config.ini
|
|
@ -19,19 +19,9 @@ port = 8100
|
|||
proto = https
|
||||
file = comments.xml
|
||||
|
||||
[imap]
|
||||
polling = 120
|
||||
host = mail.gandi.net
|
||||
ssl = false
|
||||
port = 993
|
||||
login = blog@mydomain.com
|
||||
password = MYPASSWORD
|
||||
|
||||
[smtp]
|
||||
host = mail.gandi.net
|
||||
starttls = true
|
||||
ssl = false
|
||||
port = 587
|
||||
host = smtp.mail.com
|
||||
port = 465
|
||||
login = blog@mydomain.com
|
||||
password = MYPASSWORD
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue