Re: [PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Lester Caine
Jordi Canals wrote: Jay Blanchard wrote: [snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. Are you trying to tell me that some people on maili

Re: [PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Jordi Canals
On Wed, 03 Nov 2004 12:25:38 -0500, John Nichel <[EMAIL PROTECTED]> wrote: > Jay Blanchard wrote: > > [snip] > > Sending as HTML will ensure that _almost_ everyone sees it as a link, > > but there are some who have their clients set to block HTML. > > [/snip] > > > > > > Text only on a list like t

[PHP] RE: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread Jay Blanchard
[snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Re: **[SPAM]** Re: [PHP] email as link

2004-11-03 Thread John Nichel
Jay Blanchard wrote: [snip] Sending as HTML will ensure that _almost_ everyone sees it as a link, but there are some who have their clients set to block HTML. [/snip] Text only on a list like this is just darned good etiquette. Are you trying to tell me that some people on mailing lists don't lik

Re: [PHP] email as link

2004-11-03 Thread Jason Wong
On Wednesday 03 November 2004 17:00, Jerry Swanson wrote: Where is your PHP related question? [snip] > But when a person receive and email with email address like > [EMAIL PROTECTED] the email is regular text not an email. > How to make email address to be a link? You can't. Ask your recipient

Re: [PHP] email as link

2004-11-03 Thread Greg Donald
On Wed, 3 Nov 2004 12:00:02 -0500, Jerry Swanson <[EMAIL PROTECTED]> wrote: > I'm sending email in text format. > When I specify URL in the email http://www.mydomain.com, > person that receive email can click on the link and go to the page. > But when a person receive and email with email address l

RE: [PHP] email as link

2004-11-03 Thread Jay Blanchard
[snip] I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email. How to make e

Re: [PHP] email as link

2004-11-03 Thread John Nichel
Jerry Swanson wrote: I'm sending email in text format. When I specify URL in the email http://www.mydomain.com, person that receive email can click on the link and go to the page. But when a person receive and email with email address like [EMAIL PROTECTED] the email is regular text not an email.