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

v0.2 2017-03-28 20:57 UTC

This package is not auto-updated.

Last update: 2024-04-14 00:07:24 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