Schedule email with sendgrid
According to the api of sendgrid you can schedule emails via the
But this sadly does not seem to be possible using the wasp's
send_at header: https://docs.sendgrid.com/for-developers/sending-email/building-an-x-smtpapi-header#scheduling-your-sendBut 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?



