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.
How to make email address to be a link?

If you're sending as text, it's up to the email client to show that 
email address as a link or not (control's out of your hands as text). 
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.

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 email address to be a link?
[/snip]

Use mailto: like this mailto:[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 like
 [EMAIL PROTECTED] the email is regular text not an email.
 How to make email address to be a link?

The mail client is probably turning the URL into a link because it
begins with http://.  If you want the email address to be a link then
you might consider sending html emails and form the link yourself.

Some folks detest html emails, while others use plugins to make URLs
become links in text emails.  You're really at the mercy of the
recipient email client.  *shrug*


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 to use a different email client.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Fraud is the homage that force pays to reason.
  -- Charles Curtis, A Commonplace Book
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.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 like 
HTML email?!?!?  Comeon.  Next you'll tell me that there's a war between 
top and bottom posting.

;)
--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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.net/unsub.php



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 this is just darned good etiquette.
 
 Are you trying to tell me that some people on mailing lists don't like
 HTML email?!?!?  Comeon.  Next you'll tell me that there's a war between
 top and bottom posting.
 
Me, for example I do not accept any HTML message from a list.  My
filters send those messages directly to my spam box. (I only accept
HTML messages from people on my address book). Perhaps because I hate
HTML messages ... perhaps because the images are used to check live
adresses for the spam lists ...

Regards,
Jordi.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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 mailing lists don't like
HTML email?!?!?  Comeon.  Next you'll tell me that there's a war between
top and bottom posting.
Me, for example I do not accept any HTML message from a list.  My
filters send those messages directly to my spam box. (I only accept
HTML messages from people on my address book). Perhaps because I hate
HTML messages ... perhaps because the images are used to check live
adresses for the spam lists ...
Almost exactly the same setup here - ALL eMails get switched to text 
only - then I don't have any problems with messages that insist on 
downloading other on-line crap when you open them ;)

--
Lester Caine
-
L.S.Caine Electronic Services
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php