An open API service indexing awesome lists of open source software.

https://github.com/coswat/email-sender-api

Email sending Api using PHPMailer
https://github.com/coswat/email-sender-api

api email-sender mailer php

Last synced: about 1 month ago
JSON representation

Email sending Api using PHPMailer

Awesome Lists containing this project

README

          

## 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