Thanks to both you and Craig for your help, I was able to get it working.
Plus your responses have pointed to some areas I need to research. I'm sure
be asking more in the future. bb
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
In a message dated 1/18/2003 6:43:00 PM Eastern Standard Time,
[EMAIL PROTECTED] writes:
> I was looking for
> something similar to the PHP addslashes(). Or maybe replace, like
> replace(strAdd, "@", "\@").
You could just say
$email = '[EMAIL PROTECTED]';
The '..' is without interpolation, and
l Message-
> From: Craig Dean [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, January 18, 2003 6:16 PM
> To: Beginners-Cgi
> Subject: Re: Escape Characters
>
> On Saturday 18 January 2003 03:44 pm, you wrote:
> > I'm trying to send mail to users returned from a database. T
y, January 18, 2003 6:16 PM
To: Beginners-Cgi
Subject: Re: Escape Characters
On Saturday 18 January 2003 03:44 pm, you wrote:
> I'm trying to send mail to users returned from a database. The problem
> occurs when sendmail sees the "@" in the email address.
> Is there a function to e
On Saturday 18 January 2003 03:44 pm, you wrote:
> I'm trying to send mail to users returned from a database. The problem
> occurs when sendmail sees the "@" in the email address.
> Is there a function to escape reserved characters?
> Also, does sendmail allow sending as HTML?
> TIA bb
Yes the perl