I'm trying to send mails through the mailhub of my Internet Service Provider (Telenet). Previously, I've done the same using the simple-smtp linux package.
To make this successful, I also had to set up following reverse aliases in sSMTP.
For each Linux user who wants to send emails - let's say www-data since that's the user that runs the webserver.
I've already set up my environment file with the credentials to connect to the Telenet mailhub. This works as expected.
However, PHP complains about missing reverse aliases.
How do I send an e-mail through SMTP
I'm trying to send mails through the mailhub of my Internet Service Provider (Telenet). Previously, I've done the same using the simple-smtp linux package.
The configuration was as follows:
To make this successful, I also had to set up following reverse aliases in sSMTP. For each Linux user who wants to send emails - let's say www-data since that's the user that runs the webserver.
I've already set up my environment file with the credentials to connect to the Telenet mailhub. This works as expected. However, PHP complains about missing reverse aliases.
Where can I set up these reverse aliases to allow the www-data user to send emails on behalf of [email protected]