Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Best way to parse a text email template

Quote Reply
Best way to parse a text email template
 
I'm trying to parse a custom text email template but am having some trouble.

Inside the template I want to parse both 'Template' and 'Config' tags.

This is what I've currently got and what the problem is...

Code:
my $formatted_message = Links::user_page('email-pwdgenerator.txt', { %$CFG } );

This works ok but it reproduces the email with "=" scattered through it. See the example snippet below...

Quote:
You are receiving this notice because you're listed as a registered user
on= our web site at:

Maybe I'm using the wrong command - can anyone help?

Thanks

Regan.
Subject Author Views Date
Thread Best way to parse a text email template ryel01 4214 Jul 6, 2004, 2:56 PM
Thread Re: [ryel01] Best way to parse a text email template
afinlr 4074 Jul 6, 2004, 6:22 PM
Post Re: [afinlr] Best way to parse a text email template
ryel01 4047 Jul 6, 2004, 7:15 PM
Thread Re: [afinlr] Best way to parse a text email template
ryel01 4051 Jul 6, 2004, 9:45 PM
Thread Re: [ryel01] Best way to parse a text email template
Andy 4048 Jul 7, 2004, 2:18 AM
Thread Re: [Andy] Best way to parse a text email template
ryel01 4048 Jul 7, 2004, 3:13 AM
Thread Re: [ryel01] Best way to parse a text email template
Andy 4041 Jul 7, 2004, 5:57 AM
Thread Re: [Andy] Best way to parse a text email template
ryel01 4031 Jul 7, 2004, 6:02 AM
Post Re: [ryel01] Best way to parse a text email template
Andy 4018 Jul 8, 2004, 3:22 AM