ar_mailer and missing template in production environment

Hi, I'm trying to use ar_mailer to send newsletters in my application. The thing is that what I've done works fine while I'm under development mode but when I try to run it in my server in production mode I become the following error(it also appears after switching webrick to run in production mode): http://pastie.org/377011

I'm using Rails 2.2.2

Thanks in advance

Regards

Is the template there, on the production machine?

Blog: http://random8.zenunit.com/ Learn rails: http://sensei.zenunit.com/

yes, it’s there.

as I mentioned, while working in my machine, if I restart Webrick and switch to production mode, it just stops working and when I switch back to development mode, it works again…

Julian Leviston escribió:

I'm having the same problem. It's also affecting using the normal ActionMailer. I found a few interesting links:

http://developer.apple.com/DOCUMENTATION/DARWIN/Reference/ManPages/man1/postfix.1.html

I would be interested in any solutions.

Gary.

Has anyone got a solution to this problem. I am have the same thing happen to me right now.

Thank you,

Sean McGilvray http://www.transferhome.net

LaughingNinja wrote: