Re: [PHP] mail problem (newlines becomes =0A)

2008-06-19 Thread Daniel Brown
On Thu, Jun 19, 2008 at 12:02 PM, Jim Lucas <[EMAIL PROTECTED]> wrote: > > umm If this didn't work, most of my HEREDOC sections would not work. > > AFAIK I have always been able to use name-keyed arrays in my HEREDOC. > > I have always wrapped them with {...} to allow PHP to better identify the

Re: [PHP] mail problem (newlines becomes =0A)

2008-06-19 Thread Jim Lucas
Daniel Brown wrote: Forwarded. Accidentally clicked "reply" directly to Nitsan. Sorry about that. :-\ On Thu, Jun 19, 2008 at 2:47 AM, Nitsan Bin-Nun <[EMAIL PROTECTED]> wrote: Umm just for general knowledge, whats the difference between HEREDOC to simple "" assignment? As far as i k

Re: [PHP] mail problem (newlines becomes =0A)

2008-06-19 Thread Jim Lucas
Daniel Brown wrote: Forwarded. Accidentally clicked "reply" directly to Nitsan. Sorry about that. :-\ On Thu, Jun 19, 2008 at 2:47 AM, Nitsan Bin-Nun <[EMAIL PROTECTED]> wrote: Umm just for general knowledge, whats the difference between HEREDOC to simple "" assignment? As far as i k

[PHP] mail problem (newlines becomes =0A)

2008-06-19 Thread Daniel Brown
Forwarded. Accidentally clicked "reply" directly to Nitsan. Sorry about that. :-\ On Thu, Jun 19, 2008 at 2:47 AM, Nitsan Bin-Nun <[EMAIL PROTECTED]> wrote: > Umm just for general knowledge, whats the difference between HEREDOC to > simple "" assignment? > As far as i know they both do

Re: [PHP] mail problem (newlines becomes =0A)

2008-06-18 Thread Daniel Brown
On Wed, Jun 18, 2008 at 7:14 PM, Wolf <[EMAIL PROTECTED]> wrote: > > Change it to: > $mailContent = "Thank you for your interest in XYZ! > > In order to activate your account, please click the link below. > > (If the link . > > "; > > I've always used this and never had a problem with it.

Re: [PHP] mail problem (newlines becomes =0A)

2008-06-18 Thread Wolf
debussy007 wrote: Hi, When a member register in my site, I send him a mail with activation link. This is the string I send: $mailContent = "Thank you for your interest in XYZ !\n\n" . "In order to activate your account, please click the link below.\n\n" . "(If the link . I test

[PHP] mail problem (newlines becomes =0A)

2008-06-18 Thread debussy007
Hi, When a member register in my site, I send him a mail with activation link. This is the string I send: $mailContent = "Thank you for your interest in XYZ !\n\n" . "In order to activate your account, please click the link below.\n\n" . "(If the link . I tested on my gmail addr