how can I send email by clicking Send button in a widget
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2021 09:40 AM
Basically
I have a widget that has an "Email / Mail " button when clicking on it it should open the email window so that I can enter an email address and compose an email and send it.
Labels:
- Labels:
-
Continual Improvement (CIM)
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2021 01:00 AM
Hi
Use mail to option:-
<p><a href="mailto:someone@example.com">Send email</a></p>
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2022 03:50 AM
hey,
Were u able to solve this? I have same requirement for my project.
If yes, please provide the code and steps for this.