Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
A Ruby library for interacting with DynECT Email Delivery API.
You can check out the latest source from git:
git clone git://github.com/Shopify/dynect_email.git
require 'rubygems'
require 'dynect_email'
# Set your API key
DynectEmail.api_key = "your-api-key"
# Add a sender to your account
DynectEmail.add_sender("myemail@example.com")
# Add a sub account with username, password, company, phone
response = DynectEmail.add_account("myemail@example.com", "secretpassword", "Shopify", "1231231231")
# response hash includes the api key for the account that was created
# Add a sender to the sub account
DynectEmail.add_sender("myemail@example.com", response['apikey'])
# Set headers
DynectEmail.set_headers({:xheader1 => "X-Sample1", :xheader2 => "X-Sample2"})
# Remove sender
DynectEmail.remove_sender("myemail@example.com")
# Remove account
DynectEmail.remove_account("myemail@example.com")
Check out the API docs for more information on what parameters are available.
Notes:
FAQs
Unknown package
We found that dynect_email 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.