I configured the form with double opt in enabled and entered the form id in the settings. But subscribers are not getting any emails to confirm.

CommentFileSizeAuthor
#1 douple-opt-in-fix-2463189-01.patch543 bytesd34dman

Comments

d34dman’s picture

Status: Active » Needs review
StatusFileSize
new543 bytes
activelink’s picture

Sorry, but this doesn't work, as the helper function _ac_newsletter_contact_add() is never called, contacts are only added via the helper function _ac_newsletter_contact_sync(), but if you apply a similar patch to that function instead, then it appears to fix the problem.

You can comment out the entire _ac_newsletter_contact_add() helper function and it makes no difference whatsoever to the operation of this module, and if you perform a text search within its components, the only place that the string "_ac_newsletter_contact_add" is found is in the declaration of the function itself.