email-service icon indicating copy to clipboard operation
email-service copied to clipboard

Email microservice that sends emails based on templates

Results 4 email-service issues
Sort by recently updated
recently updated
newest added

Hello, what if the email contain attachments? Not static files. In that case, how do you pass multiple files to this service?

For usage with local setup, like maildev

When writing the clients for my email-service there are certain `ejs` template values I would like to include at the service level instead of at the client level. The main...

The current error response from email-service is to include the error message in a json payload under the key `error`. This is useful for development, but for more advanced purposes...