RE: [nyphp-talk] Send HTML mail with Javascript function

2007-04-27 Thread P Yurt
M To: NYPHP Talk Subject: Re: [nyphp-talk] Send HTML mail with Javascript function Mark Armendariz wrote: > >> Aniesh joseph wrote: >>> Hello All, >>> >>> I am trying to send one mail with HTML content. To do this, I have >>> added HML header to mail funct

Re: [nyphp-talk] Send HTML mail with Javascript function

2007-04-26 Thread Billy Reisinger
I think you meant that HTTP is for port 80. HTML is a markup language, not a protocol. Anyway, you can use HTTP on any port. Port 80 is what is webservers conventionally listen to. HTML in email is difficult mostly because there are so many email clients with different ideas of how to im

Re: [nyphp-talk] Send HTML mail with Javascript function

2007-04-26 Thread David Krings
Mark Armendariz wrote: Aniesh joseph wrote: Hello All, I am trying to send one mail with HTML content. To do this, I have added HML header to mail function. I really wonder why? HTML is for port 80, not 21. HTML in emails is IMHO the biggest waste ever. I'm not sure I can agree, David.

RE: [nyphp-talk] Send HTML mail with Javascript function

2007-04-26 Thread Mark Armendariz
> Aniesh joseph wrote: > > > > Hello All, > > > > I am trying to send one mail with HTML content. To do this, I have > > added HML header to mail function. > > > > I really wonder why? HTML is for port 80, not 21. HTML in > emails is IMHO the biggest waste ever. I'm not sure I can agree,

Re: [nyphp-talk] Send HTML mail with Javascript function

2007-04-26 Thread David Krings
Aniesh joseph wrote: Hello All, I am trying to send one mail with HTML content. To do this, I have added HML header to mail function. I really wonder why? HTML is for port 80, not 21. HTML in emails is IMHO the biggest waste ever. Nobody likes it, but almost everybody sends it. If it is a

[nyphp-talk] Send HTML mail with Javascript function

2007-04-26 Thread Aniesh joseph
Hello All, I am trying to send one mail with HTML content. To do this, I have added HML header to mail function. Inside the content, I added a Javascript function that calls a Ajax Page( to send one mail to my mail address). I called this Javascript function on the onload of body of html like