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
- Host: GitHub
- URL: https://github.com/coswat/email-sender-api
- Owner: coswat
- Created: 2023-02-12T23:45:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-05T14:45:33.000Z (over 2 years ago)
- Last Synced: 2025-04-04T17:51:48.984Z (6 months ago)
- Topics: api, email-sender, mailer, php
- Language: PHP
- Homepage:
- Size: 1.13 MB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=PHPMAIL_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