Multiple Emails

Hi,
I have 5 input boxes with emails id’s. Since I need to send them a common email, in the ‘To’ I have added the 5 emails dynamically (referring to the input boxes). However, it is not working. Do I need to separate the emails with a comma or is it not possible to send an email to more than 1 person using the ‘Send Email’ feature?

Thanks

Hi there @mjaitly123,

Yes, try separating within a comma, that is typically needed.

Hi thanks. It worked. However, despite giving the Current User name in the Sender field, it still gives out my myappdomainname-no-reply@bubbleapps.io

I want the recipient to see the sender’s name and not the above. I have currently tested in the development mode only. Is this the reason why bubbleapps.io is appearing?

You must be on a paid plan.

As @newhorizoncode said, make sure you’re on a paid plan, then setup your domain and insert your Sendgrid API key (although I cannot with good conscience recommend Sendgrid—check out Postmark and the reasons to use that instead)

I am on a paid plan and when I tested live bubbleapps.io is still appearing though the emails are going through. Is it necessary to configure SendGrid?

Yes, you must have a valid api key and your domain configured.

I was able to verify my email single sender verification but when in bubble settings I fed my api key I got this message.

The from address does not match a verified Sender Identity. Mail cannot be sent until this error is resolved.

Hey @mjaitly123,

You will need to verify your email as a verified sender, or you will need to verify your domain.

For more in-depth help, book your free 30-minute Bubble coaching session today http://newhorizoncode.io/bubble/coaching.

1 Like

I was able to verify and even send emails but when sending an email to more than one person through my bubble app, the receiver can see other people’s email ids’ also in ‘to’ section of email header. This can lead to a legal issue. How can I ensure no receiver is able to the email id’s of other people?

Hi there @mjaitly123,

In that case you’ll need to run a recursive workflow to send the emails separately

Thanks. I did for 6 emails though not in a loop. Let me see if I can loop it though 6 textboxes inside a group.

This topic was automatically closed after 70 days. New replies are no longer allowed.