Link to home
Start Free TrialLog in
Avatar of samiam41
samiam41Flag for United States of America

asked on

add "email website" link to webpage

Greetings EE community.  I have a webpage that I would like to add a link to that would allow the reader to email the URL of my page to their friend.  I see this option just about everywhere else but am nowhere near able to program this myself (even if it is simple).  Please let me know what I need to do preferably in html.  Thanks in advance.
Avatar of setasoujiro
setasoujiro
Flag of Belgium image

Avatar of samiam41

ASKER

Thanks for the suggestion and link.  When I enter in an email address, it opens outlook on my pc.  Is there a way to just send it from the website without using a client?
the only way to do that would be to implement sendmail function using PHP.
http://php.net/manual/en/function.mail.php
Yes, in order to do that you need to implement a web mailing function using php...a lot more trickier to develop.

Are you custom coding a site or is it built on a platform?  We might be able to suggest a good mailer program that can integrate with your site...
Thanks guys.  I will test this when I get home this evening.
ASKER CERTIFIED SOLUTION
Avatar of jtwcs
jtwcs
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks everyone for your help and time with this.  I ended up going with www.ShareThis.com as it was quick to code and implement.  In any event, I hope to work with all of you again soon.

Regards,
Aaron