These two functions:
Accounts.sendEnrollmentEmail()
Accounts.sendVerificationEmail()
Do not appear to support the typical result callback with possible error.
I’m trying to figure out how to detect an email bounce on sending one of these.
Or perhaps there’s a better solution before even trying to send.
Anyone tried this yet?