Can I create an email address generating app with bubble.io?

Hey guys, well done here

I need help with a project. I need to know if I can create an app that generates unique email addresses for its users such that when users subscribe to a newsletter with the email address, they will receive the emails in the account they have created with the app. Similar to this app, https://read.readwise.io/

Hi,

Yes.

To create an email account I suggest you find a email provider and check out their API-docs. You would also need a domain to create these emails under.

Then you can call the email api from your Bubble app to create email accounts.

Thanks