Re: MIME::Lite

2010-02-01 Thread Dirk Koopman
Chris Jack wrote: A perl question! Actually, probably an MTA configuration question. Someone on the $email_list left the company, their email address became defunct and the above section of code failed. Taking them out of the distribution list made the code work again. Many people ha

Re: MIME::Lite

2010-02-01 Thread Philip Newton
2010/2/1 Chris Jack : > > My preconception is the email would be sent to an email queue But you said MIME::Lite was configured to send the mails via SMTP -- so it would be speaking directly to an SMTP server, rather than handing off the emails to a message transfer agent such as sendmail (which wo

MIME::Lite

2010-02-01 Thread Chris Jack
A perl question! This is really just out of curiousity as I know the solution. We have a section of code that has been working fine using MIME::Lite that reads as follows: $msg = MIME::Lite->new( From=>SMTP_FROM_ADDRESS, To =>$emai

Re: TT and UTF8?

2010-02-01 Thread Dave Hodgkinson
On 31 Jan 2010, at 22:57, Tomas Doran wrote: > > On 29 Jan 2010, at 23:10, Dave Hodgkinson wrote: >> I've turned off caching in TT, inserted "Motörhead múm" into the >> template as static text and a BOM (od -x 000 bbef 3cbf...) as >> the first octets. Works first time, fails second. > > >