smalot / batmail
Send a newsletter based on a html file with local image folder.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- guzzlehttp/guzzle: ^6.2
- monolog/monolog: ^1.22
- padraic/phar-updater: ^1.0
- phpmailer/phpmailer: ^5.2
- symfony/console: ^3.2
- symfony/event-dispatcher: ^3.2
- symfony/yaml: ^3.2
- tijsverkoyen/css-to-inline-styles: ^2.2
Suggests
This package is not auto-updated.
Last update: 2024-10-27 02:54:38 UTC
README
Send a newsletter based on an html file with local image folder. This tool should only be used for test.
Setup
wget -O- https://github.com/smalot/batmail/releases/download/v0.2/batmail.phar > batmail
chmod +x batmail
Use
./batmail send index.html --to=test@example.com --inline
Options
Use the to
option to specify the mail destination.
The inline
option is usefull to improve both Gmail and Outlook support by copying css from <style>
tags to inline attribute style.
Update
./batmail self-update