I had a website designed, which I haven’t launched yet, and there’s an option for visitors to subscribe to newsletters by entering their email address. When I tried to test it I entered in a email and ti didn’t receive any notification so my question is, how do I access the list of people who sign up, and what’s the best way to set up an automated email system for them?
Please help I plan on launching this website soon
I have the website through woo commerce / WordPress
Would need the website URL as that is impossible to answer without it. It could be going literally anywhere.
Did they connect it up with something like Mailchimp or Brevo or is it just a simple form that sends you the emails?
You can press F12 to enter developer tools in Chrome and click over the form field and it may give you an idea of what was setup to capture their email. You could also look through your plugins.
If for example mailchimp was used, you will find a list of subscribers on your mailchimp dashboard
Perhaps your site does not know your mail smtp. I use Postman SMTP and used their instruction how to enter the Google API of my Gmail.
After that the contact form knows which email to use.