+4 votes
253 views
Characteristics and use of mailto in html

in HTML5 / CSS3 by (551k points)
reopened | 253 views

1 Answer

+5 votes
Best answer

image


Mailto command:

Here we detail all the available modifiers for the mailto html code and with this we can put a link in our web to open the mail client and place the recipient automatically we have this command that more or less everyone knows:

 <A HREF="mailto:[email protected]"> Contact </A> 


Modifiers:

But the important thing is to know how to configure also other modifiers such as

Address: mailto: mail
To several recipients: mailto: mail1, mail2
Include an address as a copy: mailto: mail? Cc = mailparacopy
Include an address as a blind copy: mailto: mail? Bcc = emailcopy
Subject: mailto: mail? Subject = Subject
Body of the message: mailto: mail? Body = Hello% 0AThis is a test

* % 0A [Performs a line break for the body of the message.]


Example:

In this example we will see mixed all these modifiers as an example

 <A HREF="mailto:[email protected][email protected]; [email protected]&[email protected]&subject=Testing point &body=Hola%0AThis is a test"> Contact </A> 

by (3.5m points)
edited

Related questions

+3 votes
1 answer
asked Jun 24, 2019 in HTML5 / CSS3 by backtothefuture (551k points) | 6.1k views
+5 votes
1 answer
asked Jun 23, 2019 in HTML5 / CSS3 by backtothefuture (551k points) | 225 views
+5 votes
1 answer
asked Sep 26, 2019 in HTML5 / CSS3 by backtothefuture (551k points) | 285 views
+3 votes
1 answer
asked Jun 23, 2019 in HTML5 / CSS3 by backtothefuture (551k points) | 234 views
+5 votes
1 answer
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users