Been trying to setup a welcome email to be set to any new user that registers on the site.
I am using CB as the registration tool and all new users must confirm their email before they are given access. I am also using the CB plugin to allow the users to subscribe to various email lists. This all works fine. Any new registration creates a new CB user and an ACYMailing user.
So, I have tried to setup a welcome email to be sent once a user has registered. There seemed to be two ways;
1) Is to include a welcome email to a List and force the new user to be subscribed by default
2) Setup an automation triggered by new user creation.
I tried option 1 but this does not work, presumably because the user is created by the backend process and so no welcome email is sent.
I then tried option 2, with..
Information Tab
“trigger based on user action” – On user creation
Condition Tab
No condition set
Actions Tab
Selected an existing email template
Action targets
Execute actions on the user triggering the automation.
However, this does not work, and no email welcome is sent.
Any ideas how I can get this work would be muhc appreciated.