Or as I prefer to do. Put the email in a sending que, and have a background daemon take care of the sending. Just to avoid problems if sending email at that specific time period is problematic.
Or if you don't want a daemon, just have a cronjob doing it for you. /Peter On Wed, 2007-11-28 at 14:08 -0700, Gunter Sammet wrote: > Thanks Julian and Peter! > > I know that I could do it the Smarty only way but I want to avoid it > if possible to allow changing it down the road in case I decide to use > another template engine or the Zend phtml templating. > Will have to try Peters suggestion. However, I need to render a view > for the "Email successfully sent" view. Thought I might be able to use > some of the named segments for that. Other option I have been thinking > is, to turn off the view renderer, render the email view and then turn > it on again. I believe that should work as well. Will have to play a > bit with it. Just thought somebody might has done something similar > before. > > Gunter
