5 pts.
 Embedding links in emails
I am sing SNDEMAIL to send my mail with a PDF attachment. Do you know of any way I can also embed a link as well?

Software/Hardware used:
ASKED: July 24, 2008  8:08 PM
UPDATED: July 29, 2008  4:49 AM

Answer Wiki:
Easiest thing is just put the URL of the link in the body of the email. It is just text after all. If you want it shown as a "clickable" link, you have to code it using HTM - but then you need to have (or should have) the proper headers in the email to indicate the email is in an HTML format. Specifically the "MIME-version" and "Content-type" likely need to be specified. Lots of references on the web for email header formats - Google is your friend. Regards Mike
Last Wiki Answer Submitted:  July 25, 2008  4:23 pm  by  mcl   2,725 pts.
All Answer Wiki Contributors:  mcl   2,725 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Give it simply like any text (the complete address) in your mail (preferably in HTML format) to act it like a hyperlink. Otherwise the receiver can use it as ‘cut and paste’ if hyperlink does not work. But wherever is your this link directs, that domain/address has to be live always to avoid any link failures.

 8,200 pts.