开发者

How to send mail using Tmail?

开发者 https://www.devze.com 2023-03-01 19:38 出处:网络
I went though the Tmail cl开发者_开发问答ass but i dont how to load a template. can any body provide me a sample example...Try this:

I went though the Tmail cl开发者_开发问答ass but i dont how to load a template. can any body provide me a sample example...


Try this:

$mail=$this->add('TMail'); $mail->loadTemplate('test-mail');

There is an article in the official site of atk4:

http://agiletoolkit.org/blog/tmail/

Best regards.

0

精彩评论

暂无评论...
验证码 换一张
取 消