RE: Escape Characters

2003-01-19 Thread Bill Burke
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]

Re: Escape Characters

2003-01-19 Thread WilliamGunther
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

Re: Escape Characters

2003-01-19 Thread Craig Dean
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

RE: Escape Characters

2003-01-18 Thread Bill Burke
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

Re: Escape Characters

2003-01-18 Thread Craig Dean
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