You are viewing this site as a guest. You can still ask questions and help others! Join our Dev2Dev IT Community to receive your own blog, share your knowledge, and much more.

Opening Email Client with PeopleCode

1 reply [Last post]
Guest's picture
Guest

Does anybody know how to open an the email client using PeopleCode? I have a pushbutton/hyperlink on a page but I'm not sure how to call the "mailto" logic

Lepa's picture
User offline. Last seen 6 days 7 hours ago. Offline
Joined: 06/23/2008
Posts: 570
Re: Opening Email Client with PeopleCode

A simple way to do that is to insert an HTML area on your page and load the below code to it. This will display a link on your page and when clicked will open the client email with the "To" populated with the email address

<a href="mailto:contact@test.com">Send me an email</a>

Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
The question below is to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.