We even use HTML::Template for dynamic generation of emails to customers.
It works very well and we make use of the caching facilities.
Slightly off topic, but do you do anything special for PlainText email messages? I'm assuming that HTML::Template isn't the largest snob when it comes to afflictions of weird whitespace issues, since HTML doesn't either.
I've used HTML::Template to create some PlainText emails, but I always had to fumble with multiple if/unless tags on the same line to do what I want and format acceptably.
I also say this because I develop a program that centers around sending email, and it used HTML::Template for almost all of its HTML screens, and I'm not really looking forward to taking advantage of another system for regular text (I heart H::T)
Cheers,
Justin Simoni -- // is an artist, living and working in Denver, Colorado // URL: http://justinsimoni.com // PHO: 720.436.7701
On May 6, 2005, at 2:16 AM, MArk Williams wrote:
If you visit the UK DTI Government website (www.companieshouse.gov.uk) and use any of thier data services, they are all built with mod_perl and HTML::Template. We even use HTML::Template for dynamic generation of emails to customers.
It works very well and we make use of the caching facilities.
MArk Williams
Senior developer
Orchid Telematics
joseph canton wrote:
> Has anyone used HTML::Template with modperl or Apache::ASP?
I was one of the main developers of http://www.fotoserve.com/ which uses a combination of mod_perl 1 and HTML::Template. The combination works like a dream.
Mike
-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
Html-template-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/html-template-users
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Html-template-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/html-template-users
