CodeCrusaderPlus / email-sender-api

Email sending Api using PHPMailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 96.2%Language:HTML 3.8%