Mail uri edu

A mail URI!

A mail URI, also known as a mailto URI, is a type of URI that is used to send an email message. The format of a mail URI is as follows:

mailto:<email address>?subject=<subject>&body=<body>

Here's a breakdown of the components:

Here's an example of a complete mail URI:

mailto:[email protected]?subject=Hello+World&body=This+is+a+test+email

When you click on this link, your default email client will open with the specified email address, subject line, and body.

Note that you can also include additional parameters in the mail URI, such as cc or bcc for carbon copy or blind carbon copy, or attach for attaching a file. For example:

mailto:[email protected]?subject=Hello+World&body=This+is+a+test+email&[email protected]&attach=file.txt

I hope that helps!