[PHP] email formatting

2004-06-02 Thread BigMark
Is it possible to have this code changed easily to make the output run horizontally instead of vertically. example of current output to email below code // //email selections to all

Re: [PHP] email formatting

2004-06-02 Thread Tristan . Pretty
When you create $selections Make sure you add a '\n' to the end of each line... EG: $selection .= $myrow[result1]\n; BigMark [EMAIL PROTECTED] 03/06/2004 08:28 To [EMAIL PROTECTED] cc Subject [PHP] email formatting Is it possible to have this code changed easily to make the output

Re: [PHP] email formatting

2004-06-02 Thread Marek Kilimajer
BigMark wrote: Is it possible to have this code changed easily to make the output run horizontally instead of vertically. example of current output to email below code I'm not sure what you mean by horizontaly. Do you mean one long line? Provide an example of what you want to get. And we don't

[PHP] Email formatting

2002-08-30 Thread Ron Dyck
This is a slightly off topic question. My apologies to any that this may aggravate. Is it safe to assume that email addresses are accepted by all servers case insensitive? So that if I have an email application accepting emails I can safely strtolower($email) the address and be sure that all

Re: [PHP] Email formatting

2002-08-30 Thread Tomasz Orzechowski
Ron Dyck wrote on Fri, Aug 30, 2002 at 01:28:34PM -0400: Is it safe to assume that email addresses are accepted by all servers case insensitive? accepted, yes, perhaps, but per rfc2821 says: The local-part of a mailbox MUST BE treated as case sensitive. Therefore, SMTP implementations MUST