Anonymous User
(@anonymized-9643630)
Hallo, about the second question that i’ve received directly by email:
Danilo,
I got that portion to work. Thank you so much for the help. I now have an issue when I type an email address in on the website I never get the email to confirm….. is there any code that give me a debug of why this happens or can you clarify?
Check if the mail php function works on your server
Ref: Mail PHP
Create a new .php file like this:
<?php
mail(‘[email protected]’, ‘My Subject’, $message);
?>
Check also in the spam folder.
I have checked spam and I am not using mail php. I have moved this to configure smtp. I then also made some changes to the mail function in php.ini for my smtp settings. I am getting the newsletters, but not the confirmation emails. Does it not use the same send function?
I also removed the configure smtp and just setup everything in the php.ini which works correctly for all outgoing emails for everything except for when I type in my email on your form. Any ideas?
Anonymous User
(@anonymized-9643630)
Hallo, both the newsletter and the confirmation email make use of mail() function.
Check if your email address is not already in the mailing list, in this case you will not receive more confirmation email.
my exported list has 1 email address, but when I try and add through the internal tool it says it is already in the list. Feels like a flag is there and not showing it
Anonymous User
(@anonymized-9643630)
The import procedure add only email that are not already in the list, do not remove the previous list.