I checked email-to option in admin -> Ready! Coming soon page options -> SUbscribe tab. All emailadresses I used (total of 4 on different servers and domains), also yours, are there. But not confirmed, because there is no email sent with confirmation link.
Reply of the hosting provider is this:
On our hosting platform for safety reasons outgoing traffic towards port 25 (SMTP) is locked. This meens that PHP scripts that make use of pfsockopen()
to send mail will not work.
If you use a CMS such as Joomla, you can use the option “PHP mail function” which can be selected via the user interface of Joomla itself. More information about setting up your server in Joomla can be found here: https://docs.joomla.org/Help15:Screen.config.15 # server_settings
When you use your own scripts you can use the mail() function
to send the email . This can be done with the following structure:
mail ("[email protected]", "subject", "body",
"From: [email protected]", "-fsupport transip.nl @");
For more information about using this function, see the following location: https://php.net/manual/en/function.mail.php:
I’m lost …..
Does this help to figure out what goes wrong?
Thanks again for helping out.
Kind regards,
Jeroen