I went though the Tmail class but i dont how to load a template. can any body provide me a sample example...

link|improve this question

50% accept rate
TMail is an email handler library for Ruby, not PHP. – Anne May 2 '11 at 9:32
It's also class in Agile Toolkit agiletoolkit.org – romaninsh May 2 '11 at 18:52
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.