Skip to content

coswat/email-sender-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Email sending Api using PHPMailer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published