New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@strapi/provider-email-sendmail

Package Overview
Dependencies
Maintainers
9
Versions
1592
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/provider-email-sendmail

Sendmail provider for strapi email

  • 4.0.0-next.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
132K
decreased by-6.3%
Maintainers
9
Weekly downloads
 
Created

What is @strapi/provider-email-sendmail?

@strapi/provider-email-sendmail is an email provider for Strapi that uses the Sendmail service to send emails. It integrates seamlessly with Strapi's email plugin, allowing you to send emails from your Strapi application using Sendmail.

What are @strapi/provider-email-sendmail's main functionalities?

Send Email

This feature allows you to send an email using the Sendmail service. You can specify the recipient, sender, subject, and content of the email in both text and HTML formats.

const strapi = require('strapi');

strapi.plugins['email'].services.email.send({
  to: 'recipient@example.com',
  from: 'sender@example.com',
  subject: 'Test Email',
  text: 'This is a test email sent using @strapi/provider-email-sendmail.',
  html: '<p>This is a test email sent using @strapi/provider-email-sendmail.</p>'
});

Other packages similar to @strapi/provider-email-sendmail

Keywords

FAQs

Package last updated on 30 Jul 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc