❔ Best way to use smtp to send emails
I'm using FluentEmail Nuget Package at the moment and wanted to send emails to a lot of people. I don't know if i should go the route of setting up my own smtp service or using a existing one any thoughts.
3 Replies
use an existing one if you don't want your emails to be immediately black-holed by spam filters
running your own email server is like going to hell on purpose
Thank you!
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.