Skip to content Skip to sidebar Skip to footer

Using Html Mailto To Send Variable Or Multiple Variable Values Into The Body Of The Email

I am trying to use the mailto in order to put variable values into the body of the email using this code:

This is another mailto link:

<a href="#" onclick="javascript:window.location='mailto:'+EmailVairable+'?subject='+SubjectVariable+'&cc='+CCvariable+'&bcc='+BCCvariable+'&body='+BodyVariable">Email</a>

Post a Comment for "Using Html Mailto To Send Variable Or Multiple Variable Values Into The Body Of The Email"