Simple Email Sender Api using PHPMailer
Setup the repository
git clone https://github.com/coswat/email-sender-api.git
cd email-sender-api
composer install
API_KEY=340b7a5ac0f398d2dfe3054541c1596e
APP_NAME=PHP
MAIL_HOST={mail credentials}
MAIL_PORT={mail credentials}
MAIL_USERNAME={mail credentials}
MAIL_PASSWORD={mail credentials}
MAIL_FROM=example@mail.co
Api documentation is added in email-sender-api/index.php