Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grummfy/eastmail
"mailer" east oriented
https://github.com/grummfy/eastmail
Last synced: about 1 month ago
JSON representation
"mailer" east oriented
- Host: GitHub
- URL: https://github.com/grummfy/eastmail
- Owner: Grummfy
- License: bsd-3-clause
- Created: 2015-05-13T23:47:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-14T17:55:13.000Z (over 9 years ago)
- Last Synced: 2024-05-01T19:23:26.158Z (7 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mailer in an east oriented ways.
This repo is POC concept to test east oriented dev.## Some definition
- An email can be send
- An email can have a message body
- An email can have a message subject
- An email must have a destination
- An email can have a sender
- The message body of the mail can be generate by a templating system or be a simple text message## Unit tests
You can find unit test written with atoum in tests/units directory.1. clone this repository
1. do a composer install
1. run test with ./vendor/bin/atoum -d tests/## Some examples
Example to run the code can be found on examples directory ;)
To launch it :1. clone this repository
1. do a composer install
1. use php examples/[nameOfFile]