1
The doubt is as follows:
I want the user to receive an email after registering on the site.
I wanted to know how to do two ways..
1°: "Receive a link to activate the account."
2°: "Received only one message, stating that it was registered, and etc.."
Could someone help me? I am very grateful from now on, and I expect answers.
Have you tested anything? Do you have any database or data structure?
– Sergio
Sergio, no. I don’t have anything ready, I just want to know how it works, or how to do..
– Edilson Thomas
The question is a bit wide but I can give you a way.. To send emails you use the function
mail()
you can read about it in php.net or by searching. For you to keep sending emails you will first have to have a database containing the emails of these users, an administrative page for you to write the content and send the emails in bulk.. Sorry not orient all the points, it is broad as I said, because it involves several things..– Elaine
Thank you Elaine, I’m going to do some research, I thank you in advance! Hugs.
– Edilson Thomas