Forums
(@vikaslalwani123)
2 years, 3 months ago
Try to review API in postman or use any postman alternative mentioned here
You can install Postman, then review this article to send request using postman
https://learning.postman.com/docs/sending-requests/requests/
4 years, 1 month ago
I think you can simply create html tag as below <a href="mailto:[email protected]?subject=Subject&body=Body Part">Send Email</a> Source: MailTo HTML anchor tag Link Inlcuding Subject
<a href="mailto:[email protected]?subject=Subject&body=Body Part">Send Email</a>