
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
@evokegroup/mailgun
Advanced tools
Parameter | Type | Default | Description |
---|---|---|---|
apiKey | string | The Mailgun API key | |
domain | string | The sending domain | |
version | string | v3 | The API version |
Name | Type | Default | Description |
---|---|---|---|
apiKey | string | The Mailgun API key | |
domain | string | The sending domain | |
version | string | v3 | The API version |
Sends mail via the Mailgun API method. See the Mailgun API documentation
Parameter | Type | Default | Description |
---|---|---|---|
from | Mailgun.MailAddress , string | ||
to | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
cc | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
bcc | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
subject | string | ||
html | string | ||
text | string | ||
mailgunArgs | object | Additional API parameters. |
Sends mail via the Mailgun API MIME method.
Parameter | Type | Default | Description |
---|---|---|---|
from | Mailgun.MailAddress , string | ||
to | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
cc | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
bcc | Array<Mailgun.MailAddress> , Mailgun.MailAddress , string | ||
replyTo | Mailgun.MailAddress , string | ||
sender | Mailgun.MailAddress , string | ||
subject | string | ||
html | Mailgun.Alternative , object , string | ||
text | Mailgun.Alternative , object , string | ||
charset | string | Mailgun.Charset.UTF8 | |
contentTransferEncoding | string | Mailgun.ContentTransferEncoding.base64 | |
forceMultipartAlternative | boolean | false |
Get basic data like to, from, subject, and body from a received message
Parameter | Type | Default | Description |
---|---|---|---|
message | string | The received message |
Parse a received message
Parameter | Type | Default | Description |
---|---|---|---|
message | string | The received message |
Supported character sets. See @evokegroup/mime
Supported content transfer encodings. See @evokegroup/mime
FAQs
A lightweight library for sending email via Mailgun.
The npm package @evokegroup/mailgun receives a total of 10 weekly downloads. As such, @evokegroup/mailgun popularity was classified as not popular.
We found that @evokegroup/mailgun demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.