NestJS - a mailer module (@mailer)
**WIP**: This package is still a work in progress.
**WIP**: This package is still a work in progress.
**WIP**: This package is still a work in progress.
**WIP**: This package is still a work in progress.
**WIP**: This package is still a work in progress.
**WIP**: This package is still a work in progress.
Feathers mailer service
[English](./README.md) | [简体中文](./README_zh-CN.md)
We assume you have the basic boilerplate for Cedar Mailer present. We also assume that you have signed up with [Resend](https://resend.com/) and have access to an API key.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
Build and send emails in Nest framework using React.js
No description provided.
No description provided.
Mailgun wrapper for sending emails from NodeJS
Local lib for sending emails
The API to send e-mails.
> [!NOTE] > This package is part of the [Webiny](https://www.webiny.com) monorepo. > It’s **included in every Webiny project by default** and is not meant to be used as a standalone package.
Nodemailer instance initialization and encapsulation in fastify framework
Nodo personalizado de n8n para enviar correos electrónicos usando la API de PageGearMailer.
A Rails engine that captures all outgoing emails, stores them in PostgreSQL, provides a Vue.js admin UI for browsing emails, and tracks delivery events via Mailgun webhooks.
This plugin adds some extensions to the Roda mailer plugin, specifically the ability to log outgoing emails, or to prevent actual delivery.
== Devise::Revokable A module for Devise[http://github.com/plataformatec/devise] This gem was created by "borrowing" heavily from Devise::Invitable[http://github.com/scambra/devise_invitable] It exists to extend Devise to provide the basis for what is essentially the reverse of the standard <tt>confirmable</tt> module. Where <tt>confirmable</tt> sends an email and awaits a response, before confirming a new registration, <tt>revokable</tt> allows immediate access and sends an email which provides a link to "revoke" the account if it was created fraudulently. This is useful if you want to lower the barrier to entry to creating accounts, and clearly, if account security isn't a concern. Note that tests are non-existent. Use freely but at your own risk. === Configuring It works like normal Devise modules. Add the <tt>:revokable</tt> module to the declaration. # in user.rb devise :revokable # plus other devise modules If the user who received the revocation email follows the provided link and confirms revocation, the account will effectively be "revoked" and inactive, unable to log in. Additionally, you may want to override <tt>#revoke!</tt> to perfom additional revocation on the account, e.g. deleting posts made, resetting personal information, etc. The super method yields to a block for this purpose. # in user.rb def revoke! super do self.some_method_that_resets_me! end end That's about the extent of it. As with typical devise modules you can override the mailers and views with your own. Additionally you can define the module accessor <tt>@@mailer</tt> on the module with a proc to handle your mail if you need to. This proc is yielded two arguments, the method name (e.g. :revocation_instructions), and the affected resource. # in config/initializers/devise_revokable.rb require 'devise_revokable' require 'my_mailer' DeviseRevokable.mailer = proc {|method_name, resource| MyMailer.send(:method_name, resource) }
No description provided.
No description provided.
No description provided.
No description provided.