Email body in Symfony 1.4 mailer?

前端 未结 2 1897
野的像风
野的像风 2021-01-01 06:08

I\'m using the Symfony 1.4 mailer where I build the various bits needed for an email and then send it out using:

$this->getMailer()->composeAndSend($se         


        
2条回答
  •  清歌不尽
    2021-01-01 06:45

    How about just using the native method availible inside sfAction.

    $this->getPartial('partial_name'); which works like the partial helpers for you templates.

提交回复
热议问题