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
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
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.
> 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,
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
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