Gossamer Forum
Home : Products : DBMan : Customization :

Re: [sigrid] Help with Send Record Mod

Quote Reply
Re: [sigrid] Help with Send Record Mod In reply to
You can convert your html to entity names so it doesn't mess up the html.

$in{emailmessage} =~ s/</&lt;/g;
$in{emailmessage} =~ s/"/&quot;/g;

Then you can either convert it back before you send the email or send the email as html.

Hope that helps.

Last edited by:

Paul: Jul 1, 2002, 12:39 PM
Subject Author Views Date
Thread Help with Send Record Mod sigrid 4280 Jun 27, 2002, 12:56 PM
Thread Re: [sigrid] Help with Send Record Mod
wdu2002 4162 Jun 27, 2002, 2:16 PM
Thread Re: [wdu2002] Help with Send Record Mod
sigrid 4146 Jun 27, 2002, 2:26 PM
Post Re: [sigrid] Help with Send Record Mod
wdu2002 4133 Jun 27, 2002, 2:51 PM
Thread Re: [sigrid] Help with Send Record Mod
LoisC 4137 Jun 28, 2002, 1:02 AM
Thread Re: [LoisC] Help with Send Record Mod
sigrid 4147 Jun 28, 2002, 6:19 AM
Thread Re: [sigrid] Help with Send Record Mod
LoisC 4132 Jun 28, 2002, 8:30 PM
Thread Re: [LoisC] Help with Send Record Mod
sigrid 4122 Jul 1, 2002, 11:40 AM
Thread Re: [sigrid] Help with Send Record Mod
Paul 4131 Jul 1, 2002, 12:38 PM
Post Re: [Paul] Help with Send Record Mod
sigrid 4108 Jul 1, 2002, 2:18 PM