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
If I use same mail command from smtp service then I am always get mail to mailbox.
If I use heirloom-mailx then it is working from app service
apt-get install heirloom-mailx
echo "This is the message body and contains the message" | heirloom-mailx -v -r "[email protected]" -s "This is the subject" -S smtp="smpt:25" [email protected]
Hello,
I would like to send mail from
app service
by usingmail
command likebut this mail is not working.
If I use same mail command from
smtp service
then I am always get mail to mailbox.If I use heirloom-mailx then it is working from
app service
My swarm configuration
Test with ssmtp
I try to install ssmtp on the
app service
but it is not working too.and set set up config like
Thank you for help
The text was updated successfully, but these errors were encountered: