Replies: 4 comments 1 reply
|
search in old issues for "config.production.json" |
0 replies
Yes i did that. But as far as i understand the config.production.json is not being touched when using environment variables through docker. Mine is just the default one without my configured variables. The other variables such as email user and password are working properly but just the mail from doesn't. Imo thats a bug. Best |
0 replies
|
If you feel it's a bug, you should check the ghost forums. Also, have you tried to run Ghost locally using the ghost cli ? |
0 replies
|
I am having this same problem. Ghost will send the same noreply@mydomain.com and I can't edit it with the mail__from variable to something like support@mydomain.com for example |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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.
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 noreply@blog.example.com: Sender address rejected: not owned by user test@example.com.
I tried setting it with "ghost config mail__from "test test@example.com"". But no luck.
Is this feature even available anymore?
Best
All reactions