smalot / batmail
基于本地图片文件夹的HTML文件发送时事通讯。
v0.2
2017-03-28 20:57 UTC
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-09-15 02:22:03 UTC
README
基于本地图片文件夹的HTML文件发送时事通讯。此工具仅应用于测试。
设置
wget -O- https://github.com/smalot/batmail/releases/download/v0.2/batmail.phar > batmail
chmod +x batmail
使用
./batmail send index.html --to=test@example.com --inline
选项
使用 to
选项指定邮件目的地。
inline
选项非常有用,可以通过将 <style>
标签中的css复制到内联属性样式来提高Gmail和Outlook的支持。
更新
./batmail self-update