Search
 
SCRIPT & CODE EXAMPLE
 

HTML

link to send email with subject

<a href="mailto:someone@yoursite.com?
         cc=someoneelse@theirsite.com, 
         another@thatsite.com, 
         me@mysite.com&
         bcc=lastperson@theirsite.com&
         subject=Big%20News&
         body=Body-goes-here
">Email Us</a>
Comment

add subject to mailto

<!--
	You can add a subject/body to a mailto: link by using ?subject= or ?body=
	If you need to use both, then ensure the second param is postfixed with 
	"&" instead of "?"

	Here are a few examples:
-->

<!-- Add a subject -->
<a id="linktoemail" href="mailto:test@test.com?subject=This%20is%20a%20subject">Click here to trigger email</a>

<!-- Add a body -->
<a id="linktoemail" href="mailto:test@test.com?body=This%20is%20the%20body%20text">Click here to trigger email</a>

<!-- Add a subject and a body -->
<a id="linktoemail" href="mailto:test@test.com?subject=This%20is%20a%20subject&body=This%20is%20the%20body%20text">Click here to trigger email</a>
Comment

PREVIOUS NEXT
Code Example
Html :: how to make anchor tag open in new tab 
Html :: where we can store image in django project to so that t can work in html file 
Html :: jquery demo 
Html :: best place to include script in html layout 
Html :: material ui appbar elevation 
Html :: jsonplaceholder with delay 
Html :: jquery insert html into iframe 
Html :: how to make a link open in new tab html 
Html :: tailwind resize none 
Html :: ionic 5-star-rating 
Html :: html mouse over text 
Html :: how to change time in minecraft 
Html :: gradient background css for all browsers 
Html :: font color Imagefont pil 
Html :: on click in a tag 
Html :: google map for html 
Html :: list of meta tags 
Html :: html iframe connection refused 
Html :: html table 
Html :: tailwind css product card 
Html :: amp-img example 
Html :: agregar texto debajo de una imagen html 
Html :: html heading elements 
Html :: html video element 
Html :: html layout 
Html :: svelte bind store to input 
Html :: form controller in bootstrap 
Html :: prefill input field html 
Html :: link react to html 
Html :: syntax is being placed in my textarea in html 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =