Creating a newsletter with wappler

Hi I am wondering if it is possible to create a newsletter application with Wappler? If yes, are there any tutorials to get this started? My main problem is how to send emails to multiple recipients from a list of users in the data base.
Thanks

Hi, u just need to connect on the serverside to an Api mailing service provider like sendgrid for example. U can even use their smtp.

1 Like

Simply add a database query that returns your users data, add a repeater which repeats them and put the send mail step inside the repeat.

2 Likes