Answer the question
In order to leave comments, you need to log in
Postfix, php-fpm how to properly send mail through Amazon SES?
Hello!
The task is to use Amazon SES to send emails in which the sender is [email protected]
Set up postfix to send emails via Amazon SES.
Everything works if I send from the console:
this is how it goes through Amazon
echo "Hello there" | mail -s "testing" -r [email protected] [email protected]
echo "Hello there" | mail -s "testing" -r [email protected] [email protected]
mail("[email protected]", "subj", "message text", "From: [email protected]");
php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i [email protected]
mail("[email protected]", "subj", "message text", "From: [email protected]");
postfix/qmgr[22411]: 349EB2BE17F5: from=<[email protected]>, size=21398, nrcpt=1 (queue active)
From: [email protected]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question