How do i setup a unique forwarding email for each user upon signup?

Im trying to setup a workflow where once a user signs up, they are assigned a unique forwarding email. They can use this email to forward any email they want to my app. I will also need a way for my app to receive this data and display it to the user. Obviously I am looking for an inexpensive solution.

You will need a service to host these emails. Maybe an SMTP service that triggers an API call to send the email data to the app.

Not the hardest to build… You can probably check or postmarks to see if they have something available as a service

2 Likes