文件名称:html-email:[未维护]来自Kohana lika老板的电子邮件
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-12 17:53:16
PHP
HTML电子邮件 像老板一样从Kohana发送电子邮件。 安装 使用安装。 composer require openbuildings/html-email 使用最新的稳定版本,例如: ~0.1 。 用法 <?php Email :: factory ( "Welcome to Emailandia!" ) // Skip the layout -> layout ( FALSE ) -> plain ( 'emails/plain-text-email-view' , array ( 'foo' => $ bar )) -> html ( 'emails/html-email-view' , array ( 'foo' => $ bar )) -> send ( 'username@example.com' );
【文件预览】:
html-email-master
----classes()
--------Email()
--------Swift()
--------Kohana()
--------Email.php(99B)
----config()
--------html-email.php(1KB)
----composer.lock(15KB)
----README.md(464B)
----.editorconfig(500B)
----.gitignore(23B)
----composer.json(638B)