Keywords: Phabricator - Virtual Machines - How to - Email configuration (SMTP)
Description:
Hi,
im a bit confused. I have already found and read some topics to setup my outbound email to SMTP, but im stuck...
I'm trying to push my smtp configuration with the command "sudo /opt/bitnami/apps/phabricator/htdocs/bin/config set --stdin cluster.mailers < mailers.json"
I wrote the following in mailers.json
[
{
"key": "SMTP-Mailer",
"type": "smtp",
"options": {
"host": "168.0.0.90",
"port": 25,
"protocol": "tls"
}
}
]
SMTP-Server is reachable (Ping).
Telnet to IP and Port is working.
what ever i do, i cant get any mails, this is really stupid, cause i cant register any new users.
is there an easy documentation or tutorial how to setup SMTP for phabricator?
https://docs.bitnami.com/bch/apps/phabricator/configuration/configure-smtp/
did not help / work
did not help (where can i find the "PhabricatorMetaMTAConfigOptions.php"?)
https://secure.phabricator.com/book/phabricator/article/configuring_outbound_email/
did not help /not working /(maybe im to stupid, but i dont get it)
can anyone help me to fix this ?