Is SMTP function supported in bubble?

Hi everyone,
I’m building an email sequencing app in Bubble where users log in, connect their email accounts, and send email sequences through the app (similar to Apollo.io or other outreach tools).

I want to know if Bubble supports sending emails via user-provided SMTP details — so that the emails are sent directly from the user’s email address, not from a generic app email.

Is there a native way to do this in Bubble, or would I need to use external plugins or APIs to handle SMTP authentication and sending? Any guidance or best practices would be appreciated!

Thanks in advance!

1 Like

I’ve created a small plugin that uses node mailer which takes the user provided gmail app password to send emails on their behalf. I don’t think you can do this directly in bubble, you’ll have to use a plugin or some third party service.

thanks for your revert Jonah. we are looking more native solution within bubble itself.
Do you know how these email marketing companies send emails via user’s mailbox? One way is OAuth but that suits for google and outlook what if they use like sendgrid or other email services?