https://github.com/cscoderr/email-micro-service
The application is an Email microservice that sends emails using php mail function.
https://github.com/cscoderr/email-micro-service
Last synced: 2 months ago
JSON representation
The application is an Email microservice that sends emails using php mail function.
- Host: GitHub
- URL: https://github.com/cscoderr/email-micro-service
- Owner: cscoderr
- Created: 2020-06-09T14:29:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T15:05:14.000Z (about 6 years ago)
- Last Synced: 2025-03-06T04:51:26.944Z (over 1 year ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# email-micro-service
The application is an Email microservice that sends emails using php mail function.
Usage For the sake of the example, go to the v1 folder of the app and use mail.php file to test the api change the for action to sendmail.php:
Parameters for sendmail recipient: Required. To whom the message was addressed. sender: Required. Who the message is from. subject: Required. This is what the sender set as the topic of the email content. body: Required. The main body of the message.
Usage For the sake of the example, go to the v1 folder of the app and use mail.php file to test the api change the for action to sendmailwithtemplate.php:
Parameters for sendmailwithtemplate recipient: Required. To whom the message was addressed. sender: Required. Who the message is from. subject: Required. This is what the sender set as the topic of the email content. htmlbody: Required. The main messages in form of html.