https://github.com/niklan/emailer
Simple module for sending emails.
https://github.com/niklan/emailer
Last synced: 8 months ago
JSON representation
Simple module for sending emails.
- Host: GitHub
- URL: https://github.com/niklan/emailer
- Owner: Niklan
- License: gpl-2.0
- Archived: true
- Created: 2015-10-20T08:20:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T08:23:50.000Z (over 10 years ago)
- Last Synced: 2025-02-19T23:43:39.933Z (over 1 year ago)
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emailer
Simple Drupal 7 module for sending emails.
First at all you must import email database in csv format. Where first col must contain email address.
Then you can send message to all of them using Batch API.
Use it on your own risk. Try it before using on production.