How to make the PHP function use my credentials in Amazon SES to send transactional emails without having to use lib PHPMailer or have to install and configure postfix / sendmail for this purpose?
Is this a good practice? If not, why?
How to make the PHP function use my credentials in Amazon SES to send transactional emails without having to use lib PHPMailer or have to install and configure postfix / sendmail for this purpose?
Is this a good practice? If not, why?