WaspW
Wasp3y ago
Gwaggli

Schedule email with sendgrid

According to the api of sendgrid you can schedule emails via the
send_at
header: https://docs.sendgrid.com/for-developers/sending-email/building-an-x-smtpapi-header#scheduling-your-send
But this sadly does not seem to be possible using the wasp's
emailSender
api: https://wasp-lang.dev/docs/advanced/email#javascript-api. Is there a nice and clean workaround or is it planned to add more headers to the
emailSender
api?
Was this page helpful?