You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My env file has "from" adress. And it works when i use it manually. But somehow with container i get above error which is app uses my docker hostname.
My Docker hostname: backup.example.com
My Env file from adress: [email protected]
App doesnt use env file from adress, somehow overwrites with hostname: [email protected]. So access is denied by smtp server. But everything works when i send email manually like at my #36 post.
Any idea why?
The text was updated successfully, but these errors were encountered:
I'm sorry to hear that you are still having trouble with sending emails. The previous error "send-mail: applet not found" has been fixed.
I checked the from and sender sections of the mailx documentation. mailx looks like it sets the from field to machine's hostname, try changing your docker container hostname to make sure it is not valid at the Internet. Or see if the sender field solves the problem.
Part 2 of #36
Hello again,
My env file has "from" adress. And it works when i use it manually. But somehow with container i get above error which is app uses my docker hostname.
My Docker hostname: backup.example.com
My Env file from adress: [email protected]
App doesnt use env file from adress, somehow overwrites with hostname: [email protected]. So access is denied by smtp server. But everything works when i send email manually like at my #36 post.
Any idea why?
The text was updated successfully, but these errors were encountered: