https://github.com/photon/email-swift
Wrapper to use swift mail with photon
https://github.com/photon/email-swift
Last synced: about 1 year ago
JSON representation
Wrapper to use swift mail with photon
- Host: GitHub
- URL: https://github.com/photon/email-swift
- Owner: photon
- License: lgpl-2.1
- Created: 2017-12-05T10:30:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T15:52:49.000Z (about 6 years ago)
- Last Synced: 2025-02-15T20:49:35.162Z (over 1 year ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
email-swift
========
[](https://travis-ci.org/photon/email-swift)
Wrapper for the swiftmailer library
Quick start
-----------
1) Add the module
Use composer to add the module in your project
composer require "photon/email-swift:dev-master"
or for a specific version
composer require "photon/email-swift:1.0.0"
2) Enjoy !