Closed carueda closed 8 years ago
Implemented in 2.6.3.
The email
section in {template.}mmiorr.conf
now captures the following:
email {
## account used for sending emails
account {
username = "someone@gmail.com"
password = "thepassword"
}
## email server parameters
server {
host = "smtp.gmail.com"
port = 465
prot = "smtps"
}
## info used to compose emails (when user resets password; notifications about registrations):
from = "MMI-ORR <techlead@marinemetadata.org>"
replyTo = "techlead@marinemetadata.org"
mailer = "MMI-ORR"
}
Currently (2.6.2), the
email
settings in{template.}mmiorr.conf
only allow to indicate a Google account (username
andpassword
).Task here is to make this more general, also accepting the following parameters:
mailer
X-Mailer
message headermail.host
mail.port
mail.prot