Hi,
I have a HTML floating form, basically it is contact us form and it is in a template after submitting it i need to send a mail to specific email id, Please let me know is their any way to do it, I don't want to use kentico form.
Hi Khathun,
There is an EmailSender class (CMS.EmailEngine namespace). This class has some methods for sending emails, so you can use them.
Any particular reason you don't want to use the out of the box functionality? This provides all the functionality you need without writing any code.
Please, sign in to be able to submit a new answer.