How do i make email notifications? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i make email notifications?

i was working on a website from which people can buy their own discord bots. So i need to know, what's the code to make a email notification if someone submits the application.

7th Feb 2019, 5:25 PM
MistryMan
MistryMan - avatar
1 Answer
+ 1
using only html you can not do it, you must use php and sql to store email addresses and then create an application on the server to create and send notifications. The code is a little complicated, you must use several functions to achieve your goal. Ah! and let's not forget a library for mailing, like PHPMailer for example
19th Feb 2019, 2:11 AM
Lorenzo Sandoval
Lorenzo Sandoval - avatar