Automatic email sending

daniel.horogh
11 Posts
daniel.horogh posted this 01 November 2023
Ask a Question

Dear Nicepage support!

My question is the following. I want to set up an automatic email sending system for my website. This would work so that when I click on the apply button of one of my courses (this application is done using a contact form), this system would automatically send out a template email to the email address the applicant entered in the contact form.

Dear Nicepage support! My question is the following. I want to set up an automatic email sending system for my website. This would work so that when I click on the apply button of one of my courses (this application is done using a contact form), this system would automatically send out a template email to the email address the applicant entered in the contact form.
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 01 November 2023

Hello Horogh,

Nicepage does not provide such functionality for sites with Nicepage hosting. You can integrate this with sites exported to HTML and a third-party service that can add server-side code (usually PHP) to your website to handle the form submission and email sending. You can use the mail() function in PHP or a library like PHPMailer to send the email.
Setting up automated email systems can be complex, especially when dealing with large volumes of email.
...................................................
Sincerely,
Anna.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Horogh, Nicepage does not provide such functionality for sites with Nicepage hosting. You can integrate this with sites exported to HTML and a third-party service that can add server-side code (usually PHP) to your website to handle the form submission and email sending. You can use the mail() function in PHP or a library like PHPMailer to send the email. Setting up automated email systems can be complex, especially when dealing with large volumes of email. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments