Hi,
i can't figure out how to get the mail__from env variable to work. It seems like its not available anymore?
Im using my own smtp server for this.
environment: mail__from: "Test <[email protected]>"
I still get this error which clearly stats its using the default from address.
Failed to send email. Reason: Can't send mail - all recipients were rejected: 553 5.7.1 [email protected]: Sender address rejected: not owned by user [email protected].
I tried setting it with "ghost config mail__from "test [email protected]"". But no luck.
Is this feature even available anymore?
Best
Hi,
i can't figure out how to get the mail__from env variable to work. It seems like its not available anymore?
Im using my own smtp server for this.
environment: mail__from: "Test <[email protected]>"I still get this error which clearly stats its using the default from address.
Failed to send email. Reason: Can't send mail - all recipients were rejected: 553 5.7.1 [email protected]: Sender address rejected: not owned by user [email protected].
I tried setting it with "ghost config mail__from "test [email protected]"". But no luck.
Is this feature even available anymore?
Best