try to look in the spam folder, sometimes the emails get there
nope, not there. Hm… at the moment I am out of clues.
try to send an email to a different email
Yes, I did try that. not working either. Tried several emails already
did you try a simple example like:
Moralis.Cloud.sendEmail({
to: "**@***********.com",
subject: "Test",
html: "Test"
});
?
nothing else in html or subject
yes, did try the simple example.
from the sendgrid website:
“Our library requires Node.js version 0.10, 0.12, or 4.”
Which one does moralis server use?
Update: I found that sendgrid is still processing every single testmail i sent in the past couple of hours. Quite a few… So I assume that Moralis.Cloud.sendMail is working correctly. Thank you for patience @cryptokid
For future readers: It seems that several mail providers, f.e. yahoo, gmail and web-hosting.com, are somehow blocking SendGrid. Does anyone have similiar issues? This is really annoying. Mails get forwarded to sendgrid by Moralis, but their they are stuck forever and will not get delivered…