-2

I want to make an Email link which direct to my Email.

code:

<a class="link" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=soesay2002@gmail.com' target='_blank' rel='noreferrer'">Email</a>

Screenshot enter image description here

I want to direct to Gmail.com and ready to send Email with my Email address.

Soe Say
  • 27
  • 7

1 Answers1

0
<a href='https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=your.email@gmail.com' target='_blank' rel='noreferrer'>Email</a>
  • It is reach to gmail.com but (to input) is still blank. I want to add my email address to that place. is that possible. check my question. I will edit with a screenshot. – Soe Say Jan 03 '23 at 02:33
  • href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=soesay2002@gmail.com' target='_blank' rel='noreferrer'"> – Soe Say Jan 03 '23 at 03:10