creating a bunch of hyperlinks for a digital magazine using buttons (mag webpage, facebook, etc)
thought it a good idea to have an email button that would launch reader's email with a new message (addressed to a contact@ for example)
any ideas on how best to approach this?
thanks!
using cs5.5 with v.19 updates
Do it as a hyperlink and for the url use "mailto:john@doe.com"
if you want to automatically populate the subject field add "?TestSubject" after the e-mail address. You can also prepopulate the cc field and some body copy, etc. Just google mailto link options.
thanks man, much appreciated