emailjs icon indicating copy to clipboard operation
emailjs copied to clipboard

html emails and attachments to any smtp server with nodejs

Results 10 emailjs issues
Sort by recently updated
recently updated
newest added

Hello, I have a fairly standard use case of sending emails using some form data I collect on a website that I code. Everything worked fine and expected until I...

We're connecting to an ISP mail server over a flakey mobile connection. We've implemented a retry system but it relies on emailjs resolving. We recently got the following sequence of...

It would be cool if we could use this library in Deno. :smile:

I tried to send svg or canvas, but it didn't show in the email. here's my code: ``` const message = await client.sendAsync({ text: `Halo ${guest.name}`, from: 'Gintano & Nesya',...

Request for proxy support

send an email with an embeded image, the email not display image in Huawei mobile's email client

this leaves out the name property AddressObject instead of setting it to undefined. typescript 4.4 has a new check exactOptionalPropertyTypes which prevents accidentally confounding a missing property with a property...

When using `emailjs` in a project with typescript settings based on [@tsconfig/node18-strictest-esm](https://www.npmjs.com/package/@tsconfig/node18-strictest-esm), a build creates 27 errors on this modules.

Does proxy work with emails now