Page MenuHomePhabricator

(stable) Promote 2019 Week 1 - don't work mail
OpenPublic

Asked by d.maznekov on Jan 11 2019, 6:34 AM.

Details

Today updated to last stable our install.
I've seen a lot of changes but ... how to configure STMP sending now? And is it work at that release ?
Please anyone dev to give us some clarification.

Current config is:

"phpmailer.smtp-host": "mail.domain.com",
 "phpmailer.smtp-port": 587,
 "phpmailer.smtp-protocol": "TLS",
 "phpmailer.smtp-password": "hashpass",
 "phpmailer.smtp-user": "noreply@domain.com",

And here isn't such keys in config settings:

/bin/config list | grep mail
auth.email-domains
auth.require-email-verification
cluster.mailers
differential.enable-email-accept
metamta.email-body-limit
metamta.email-preferences
metamta.one-mail-per-recipient
phabricator.allow-email-users

Answers

d.maznekov
Updated 1,903 Days Ago

I've resolved with

phabricator/bin/config set cluster.mailers --stdin < mailers.json

but is not good to be done major changes like this on the way ....

New Answer