Use different email provider than sendgrid

Hi,

is there a way to use another email provider than sendgrid? (e.g. postmark, smtp…)

Best regards
Florian

Hi Flooat,

I’m guessing you are talking about the confirmation refund, emails etc.

How I would do it is use the snipcart webhooks and handle the logic of send the emails yourself.

Look at the snipcart documentation around webhooks.

When an event occurs, like order has been completed, snip cart can call a url end point passing all the information you need to send the email.

Then in the snipcart dash board turn off automatic emails in the settings

Good luck,

Ayo