How to create email with Link PHP? [duplicate]

How to create email with Link PHP?

I need to create an email using URL without PHP Form
for example:

<form method="post" name="mlx" 

action="http://localhost/form-email.php?name=name&email=EMAIL1&email2=EMAIL2&title=TITLE&message=MESSAGE"

>

Enter Name: <input type="text" name="name">

Enter Email Address:    <input type="text" email="EMAIL1">

Enter Title:    <input type="text" title="title">

Enter Message:  <textarea name="message"></textarea>

<input type="submit" value="Send Form">
</form>

I searched on many sites, I did not find a solution..
Please help, thank you