• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

How to include an email in the body text

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an email routine that in the body of the message text I have included a url that when the email is received is an actual hyperlink, however I also have an email address in the text that is presented as a text string when the email is received.
Does anyone have a snipplet of code with an example on how to make the email a clicable item in the message text. I did nothing to make the url a hyperlink.
"If you need assistance, please visit our website at " +
"https://acquisition.army.mil or email us at " +
"[email protected]";
The url shows up as a hyperlink the email comes out just as it appears above...
 
John Gooch
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Figured it out. You have to put mailto: before the email address and then it shows up as an email link...
 
This guy is skipping without a rope. At least, that's what this tiny ad said:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic