How to (configure) send mail using content pages in umbraco 7?

494 Views Asked by At

I am working on Umbraco project,i want to implement functionality like sending email using gmail. I known how to implement it using c# code but i don't know how to configure it dynamically by adding content pages in umbraco.

Anyone have idea about this? Thanks in advance.

1

There are 1 best solutions below

0
Siri On BEST ANSWER

You may have to listen to the events of your interest and execute your code to send the email. For details on events supported by umbraco check out https://our.umbraco.org/documentation/Reference/Events/