Re: [PHP] How do you send stylized email?

2008-02-27 Thread Zoltán Németh
2008. 02. 26, kedd keltezéssel 11.27-kor Daniel Brown ezt írta: On Tue, Feb 26, 2008 at 10:57 AM, Robert Cummings [EMAIL PROTECTED] wrote: Marriage?? That's for backwards people stuck in ancient pointless traditions :) And moreso in today's culture... it's just a commercial suckfest when

Re: [PHP] How do you send stylized email?

2008-02-27 Thread Andrew Ballard
On Tue, Feb 26, 2008 at 11:39 PM, Paul Scott [EMAIL PROTECTED] wrote: [snip] --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm Seriously? All e-mail? Sorry - couldn't resist. That is one serious disclaimer.

Re: [PHP] How do you send stylized email?

2008-02-27 Thread Paul Scott
On Wed, 2008-02-27 at 13:18 -0500, Andrew Ballard wrote: Seriously? All e-mail? Sorry - couldn't resist. That is one serious disclaimer. I especially like the last line. Holy crap! I had never actually looked at that stupid disclaimer before! It gets added on the way out of our network, so

Re: [PHP] How do you send stylized email?

2008-02-27 Thread Andrew Ballard
On Wed, Feb 27, 2008 at 2:16 PM, Paul Scott [EMAIL PROTECTED] wrote: On Wed, 2008-02-27 at 13:18 -0500, Andrew Ballard wrote: Seriously? All e-mail? Sorry - couldn't resist. That is one serious disclaimer. I especially like the last line. Holy crap! I had never actually looked at

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Richard Heyes
I want to send a styled email via heredoc, can that be done? $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT mail('[EMAIL PROTECTED]' , 'An Event' , $message); If so, how do you style it? If not, how do you send stylized

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Jochem Maas
tedd schreef: Hi gang: I want to send a styled email via heredoc, can that be done? $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT that's just string generation ... 'style' equates to harassing people with HTML emails ...

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Per Jessen
tedd wrote: Hi gang: I want to send a styled email via heredoc, can that be done? Yes. $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT mail('[EMAIL PROTECTED]' , 'An Event' , $message); If so, how do you style

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 9:28 AM, tedd [EMAIL PROTECTED] wrote: Hi gang: I want to send a styled email via heredoc, can that be done? $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT Without beating the subject to

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 9:46 AM, Jochem Maas [EMAIL PROTECTED] wrote: style comes naturally to some of us ;-) Well, if you know that, why do you keep acting so jealous of Tedd? ;-P -- /Dan Daniel P. Brown Senior Unix Geek ? while(1) { $me = $mind--; sleep(86400); } ? -- PHP General

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 2:42 PM + 2/26/08, Richard Heyes wrote: I want to send a styled email via heredoc, can that be done? $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT mail('[EMAIL PROTECTED]' , 'An Event' , $message); If so, how do you

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 3:46 PM +0100 2/26/08, Jochem Maas wrote: style comes naturally to some of us ;-) :-) Yes, but it eventually comes to style=oldeveryone/style Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 9:52 AM -0500 2/26/08, Daniel Brown wrote: On Tue, Feb 26, 2008 at 9:28 AM, tedd [EMAIL PROTECTED] wrote: Hi gang: I want to send a styled email via heredoc, can that be done? $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 9:53 AM -0500 2/26/08, Daniel Brown wrote: On Tue, Feb 26, 2008 at 9:46 AM, Jochem Maas [EMAIL PROTECTED] wrote: style comes naturally to some of us ;-) Well, if you know that, why do you keep acting so jealous of Tedd? ;-P Nah, he's just looking for the blissful part. Cheers,

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Jochem Maas
tedd schreef: At 3:46 PM +0100 2/26/08, Jochem Maas wrote: style comes naturally to some of us ;-) :-) Yes, but it eventually comes to style=oldeveryone/style only if your markup is correct quot;but it eventually comes to span class=oldeveryone/spanquot; ;-) Cheers, tedd -- PHP

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 4:10 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: At 3:46 PM +0100 2/26/08, Jochem Maas wrote: style comes naturally to some of us ;-) :-) Yes, but it eventually comes to style=oldeveryone/style only if your markup is correct Now you sound like my wife. :-) It's not what you

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Jochem Maas
tedd schreef: At 4:10 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: At 3:46 PM +0100 2/26/08, Jochem Maas wrote: style comes naturally to some of us ;-) :-) Yes, but it eventually comes to style=oldeveryone/style only if your markup is correct Now you sound like my wife. :-)

Re: [PHP] How do you send stylized email?

2008-02-26 Thread TG
Feb 2008 16:27:09 +0100 Subject: Re: [PHP] How do you send stylized email? tedd schreef: At 4:10 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: At 3:46 PM +0100 2/26/08, Jochem Maas wrote: style comes naturally to some of us ;-) :-) Yes, but it eventually comes to style

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 4:27 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: Now you sound like my wife. :-) for your sake I hope I don't look like her :-P No, I have an absolutely beautiful wife -- no complaints in that department. that said I'd hazard a guess and say you listen to what she says ... my

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Robert Cummings
On Tue, 2008-02-26 at 10:38 -0500, tedd wrote: At 4:27 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: Now you sound like my wife. :-) for your sake I hope I don't look like her :-P No, I have an absolutely beautiful wife -- no complaints in that department. that said I'd hazard a

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 10:38 AM, tedd [EMAIL PROTECTED] wrote: At 4:27 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: Now you sound like my wife. :-) for your sake I hope I don't look like her :-P No, I have an absolutely beautiful wife -- no complaints in that department.

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 10:57 AM, Robert Cummings [EMAIL PROTECTED] wrote: Marriage?? That's for backwards people stuck in ancient pointless traditions :) And moreso in today's culture... it's just a commercial suckfest when your money could better go to student loans and raising a family.

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Ray Hauge
Robert Cummings wrote: On Tue, 2008-02-26 at 10:38 -0500, tedd wrote: At 4:27 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: Now you sound like my wife. :-) for your sake I hope I don't look like her :-P No, I have an absolutely beautiful wife -- no complaints in that department.

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 11:28 AM, Ray Hauge [EMAIL PROTECTED] wrote: How's that for off topic? Off-topic or not, welcome back. Looks like the last time you posted here was 2006. ;-P -- /Dan Daniel P. Brown Senior Unix Geek ? while(1) { $me = $mind--; sleep(86400); } ? -- PHP

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 11:37 AM, Paul Scott [EMAIL PROTECTED] wrote: http://debianddan.com/ CC: Debs LOL! Now you are going to get a gazillion requests coming from people looking for debian packages (possibly a new debian based distro for people that stutter?)

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
On Tue, 2008-02-26 at 11:44 -0500, Daniel Brown wrote: I wonder if I can just apt-get the wedding and have it all automated for me. ;-P If only! I remember the stress, and a good friend of mine is gettin' hitched on Sat - while I am in Uganda - go figure! Anyway, congrats, and enjoy the

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 11:47 AM, Paul Scott [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 11:44 -0500, Daniel Brown wrote: I wonder if I can just apt-get the wedding and have it all automated for me. ;-P If only! I remember the stress, and a good friend of mine is gettin'

RE: [PHP] How do you send stylized email?

2008-02-26 Thread Edward Kay
Ex's are the experience you need to get it to work. I've always said that everyone should go through at least one divorce before getting married. Marriage?? That's for backwards people stuck in ancient pointless traditions :) And moreso in today's culture... it's just a commercial

RE: [PHP] How do you send stylized email?

2008-02-26 Thread Bastien Koert
send an html email... if you are looking to send calendar events, you could look at using the vcal or ical standards plain text emails you can't do much with other than separate sections with dashes or asteriks bastien Date: Tue, 26 Feb 2008 09:28:06 -0500 To:

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
On Tue, 2008-02-26 at 11:27 -0500, Daniel Brown wrote: On Tue, Feb 26, 2008 at 10:57 AM, Robert Cummings [EMAIL PROTECTED] wrote: Marriage?? That's for backwards people stuck in ancient pointless traditions :) And moreso in today's culture... it's just a commercial suckfest when your

Re: [PHP] How do you send stylized email?

2008-02-26 Thread tedd
At 11:44 AM -0500 2/26/08, Daniel Brown wrote: http://debianddan.com/ Hey, she's much cuter than I would have thought. ;-) Cheers, tedd -- --- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Robert Cummings
On Tue, 2008-02-26 at 10:28 -0600, Ray Hauge wrote: Robert Cummings wrote: On Tue, 2008-02-26 at 10:38 -0500, tedd wrote: At 4:27 PM +0100 2/26/08, Jochem Maas wrote: tedd schreef: Now you sound like my wife. :-) for your sake I hope I don't look like her :-P No, I have an

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Robert Cummings
On Tue, 2008-02-26 at 11:53 -0500, Daniel Brown wrote: On Tue, Feb 26, 2008 at 11:47 AM, Paul Scott [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 11:44 -0500, Daniel Brown wrote: I wonder if I can just apt-get the wedding and have it all automated for me. ;-P If only! I

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Ray Hauge
Robert Cummings wrote: So... using this system, a world where everyone is as holy as can be would be a world devoid of humans (gotta have sex to reproduce). I don't think St. Augustine was thinking it through :) Cheers, Rob. Haha. I've often wondered why Christianity has survived so long

Re: [PHP] How do you send stylized email?

2008-02-26 Thread TG
Feb 2008 12:43:05 -0500 Subject: Re: [PHP] How do you send stylized email? On Tue, 2008-02-26 at 11:53 -0500, Daniel Brown wrote: On Tue, Feb 26, 2008 at 11:47 AM, Paul Scott [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 11:44 -0500, Daniel Brown wrote: I wonder if I can just

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Daniel Brown
On Tue, Feb 26, 2008 at 12:43 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 11:53 -0500, Daniel Brown wrote: All I have to say is, Thank God for Jameson. [1] 1:http://www.jameson.ie/ You know... until I checked the link I thought it was another

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Robert Cummings
On Tue, 2008-02-26 at 13:14 -0500, Daniel Brown wrote: On Tue, Feb 26, 2008 at 12:43 PM, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2008-02-26 at 11:53 -0500, Daniel Brown wrote: All I have to say is, Thank God for Jameson. [1] 1:http://www.jameson.ie/ You

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Greg Donald
On 2/26/08, Ray Hauge [EMAIL PROTECTED] wrote: I'm just glad there's a lot of sinners out there, or at least people who aren't that crazy :) They're called hypocrites. -- Greg Donald http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Manuel Lemos
Hello, on 02/26/2008 11:53 AM tedd said the following: $message = EOT Title: This is a title of the Event. Time: This the time of the Event. Please show up on time. EOT mail('[EMAIL PROTECTED]' , 'An Event' , $message); If so, how do you style it? If not, how do you send stylized

Re: [PHP] How do you send stylized email?

2008-02-26 Thread Paul Scott
On Tue, 2008-02-26 at 22:52 -0300, Manuel Lemos wrote: messages. I use this popular MIME message composing class. Try the test_simple_html_mail_message example script for instance. http://www.phpclasses.org/mimemessage Hehe, I was holding my breath for Manuel to come on to this thread!