/email-sender-api

Email sending Api using PHPMailer

Primary LanguagePHP

Email Sender Api

Simple Email Sender Api using PHPMailer

Usage

Setup the repository

git clone https://github.com/coswat/email-sender-api.git
cd email-sender-api
composer install

Environment Setup in .env file

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

Api documentation is added in email-sender-api/index.php

Animated footer bars


Back to top