
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
announceway-elasticemail-webapiclient
Advanced tools
This library created by Elastic Email developers allow you to use our API on both customer and server-side without the need of creating your own implementation. Elastic Email is the Email Service Provider (ESP) with powerful API allowing you to send trans
New version of API - https://github.com/ElasticEmail/elasticemail-js
npm install elasticemail-webapiclient
const eeClient = require('elasticemail-webapiclient').client;
const options = {
apiKey: 'YourApiKey',
apiUri: 'https://api.elasticemail.com/',
apiVersion: 'v2'
}
const EE = new eeClient(options);
// Load account data
EE.Account.Load().then(function(resp) {
console.log(resp);
});
const emailParams = {
"subject": 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
"to": 'example@foo.com',
"from": 'example@bar.com',
"replyTo": 'replyto@baz.com',
"body": 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.' +
' Curabitur in lectus id ipsum laoreet dignissim in ut odio. Duis volutpat arcu dolor, eu cursus mi vestibulum ut.' +
' Etiam eu ipsum orci. Vestibulum aliquam eros in massa dapibus malesuada. Proin sit amet blandit nulla, eu porttitor neque.' +
' Duis consequat erat est, sit amet condimentum turpis sagittis sit amet. Nam fringilla, tellus ac euismod elementum,' +
' ipsum ante consequat nisi, ut lobortis arcu sapien vel ex. Mauris sit amet magna a ipsum porttitor hendrerit.' +
' Nam elementum iaculis tellus, nec euismod ante. Suspendisse nec lobortis magna, at placerat augue.' +
' Quisque luctus scelerisque metus, ut facilisis mi consectetur vel. Ut augue diam, ornare dictum tincidunt a,' +
' volutpat nec arcu. Mauris iaculis bibendum pulvinar. Quisque vestibulum, magna quis aliquam tincidunt,' +
' leo eros luctus nibh, eu dictum nisl velit id mauris.',
"fromName": 'John Doe',
"bodyType": 'Plain'
};
// Send email
EE.Email.Send(emailParams)
.catch((err) => {
throw new Error(err);
});
API documentation you can find on Elastic Email website.
ElasticEmail.WebApiClient is guided and supported by the ElasticEmail Dev Team.
ElasticEmail.WebApiClient is maintained and funded by Elastic Email Inc. The names and logos for ElasticEmail.WebApiClient are trademarks of Elastic Email Inc.
FAQs
This library created by Elastic Email developers allow you to use our API on both customer and server-side without the need of creating your own implementation. Elastic Email is the Email Service Provider (ESP) with powerful API allowing you to send trans
The npm package announceway-elasticemail-webapiclient receives a total of 8 weekly downloads. As such, announceway-elasticemail-webapiclient popularity was classified as not popular.
We found that announceway-elasticemail-webapiclient demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.