The CreatorCon Call for Content is officially open! Get started here.

how can I send email by clicking Send button in a widget

Imatiaz
Kilo Contributor

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.

 

@Ankur Bawiskar @Pradeep Sharma @Pranav Bhagat 

6 REPLIES 6

Gunjan Kiratkar
Kilo Patron
Kilo Patron

Hi @Nora,

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

Pravallika1
Giga Guru

hey, 

Were u able to solve this? I have same requirement for my project.

If yes, please provide the code and steps for this.