Hey There,
I have this situation where people sometime subscribe with one email, but there account on site is with another.
I am wondering if I can send two emails (in an array)?
for example:
'email' : ['email1@mail.com', 'email2@mail.com']
Hey There,
I have this situation where people sometime subscribe with one email, but there account on site is with another.
I am wondering if I can send two emails (in an array)?
for example:
'email' : ['email1@mail.com', 'email2@mail.com']
Best answer by NidzDesai
Sending emails to both addresses could be a solution, but it's essential to tread carefully to avoid overwhelming or spamming your users. One approach you might consider is to provide users with the option to manage their email preferences. Within their account settings, offer a feature where they can add or update email addresses and choose which one they prefer to receive communications on. If you do decide to send emails to multiple addresses, ensure that you're transparent about it and give users the opportunity to opt out or choose their preferred contact method. Respecting user preferences is key to maintaining trust and engagement.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.