Is it possible to add/change the "From" field using "mailto:" template? Need to add some default sender email address using this "mailto:"
Asked
Active
Viewed 1,182 times
1 Answers
0
This is impossible. Link mailto:
opening sofware to send e-mail. User logged in that software is automatically sender.
You can only change other parameters.
Example href:
mailto:person@example.com?subject=The%20subject&body=This%20is%20a%20message%20body

Dave
- 2,764
- 2
- 15
- 27
-
Thanks @Dave, I understand now. – user3855942 Aug 04 '16 at 12:38