Hi,
Has anyone solved this yet? I have a found a weird work around (that could also be just coincidence?)
I have a site where I put two newsletter signups. One on the home page and another on a custom page I built just for signup.
I built it, modified the success email (with discount code) that automatically sends and tested it. Worked fine and we got a steady stream of signups.
Then I got one complaint, then another, from customers that weren’t getting the discount code email.
However others were and I tore my hair out for a day until I realised that the newsletter on the Home page (which is part of the template) doesn’t work and the custom page page I created (with a newsletter section) does.
(the page is very simple with a hero section and newsletter section
{% section ‘hero-join-us’ %}
{% section ‘newsletter’ %}
I even re built this as a test and the same thing occurred.
So it seems if you want the automatic emails to work you need to put the newsletter somewhere other than the Home page?
If someone has manged to make it work on the Home page…please let me (and everyone else screaming at their keyboards) know!