Agile Web Development

Build it. Launch it. Love it.

Plugins Tagged email

  • Exception Notifier

    The Exception Notifier plugin provides a mailer object and a default set of
    templates for sending email notifications when errors occur in a Rails
    application.

  • ExceptionTextable

    Get SMS notifications on server errors.

  • Mail Queue

    A dead simple way to make Action Mailer asynchronous. Mail Queue is a Rails plugin that queues up mail sent from the Action Mailer. You can then call a cron job (e.g. script/runner "MailQueue.process"), to deliver your mail.

  • mailmodel

    Easy email notifications for save/create operations on any type of ActiveRecord object.

  • acts_as_emailable

    A small plugin which sets up an Email model and the associations with the User model, so users can store emails against each other.

  • Easy_Messages

    This Rails plug-in adds in-site private messaging between users. It assumes you are using Acts_As_Authenticated and adds actions and views for a barebones inbox, outbox, and trash bin. Based on Matt Beedle's Acts_As_Emailable.

  • Ciphermail

    CipherMail provides a safe alternative to the mail_to helper by hiding mailto links from e-mail harvesting bots. The generated output is completely obfuscated by a 1024 bit random key. They keyword is stored on the server, so it is never revealed to the client. Processing is performed on the server-side via an AJAX request and the decrypted redirect is returned to the client, opening a mail composer window… just like normal mailto link.

  • validates_email_format_of

    Validate email addresses against RFC 2822.

  • Email Veracity Plugin

    A model validation plugin that checks not just email well-formedness but also that the domain name is valid and has an MX record.

  • SafeDevEmail

    The SafeDevEmail plugin allows a user to setup an email address that will receive all emails sent from inside the development environment.

  • Acts_As_Mailchimp

    Plugin to integrate a model with the Mail Chimp API to subscribe, unsubscribe and update the newsletter mailing list.

  • EmailAddressValidator

    Verifies the validity of e-mail addresses through a regex, DNS lookups, and SMTP transactions to mail servers.

  • SanitizeEmail

    SanitizeEmail allows you to play with your application's email abilities without worrying that emails will get sent to actual live addresses.