Sha256: 8296e000b330c8f38843a0c7a3c1f760ecf1735b155b320b94394ed4e457ed0c

Contents?: true

Size: 514 Bytes

Versions: 4

Compression:

Stored size: 514 Bytes

Contents

sendmailer
==========

Send Email from Rails 3 App with Sendmail server (Such as Exim4)

Usage
=====

Gemfile

    gem "sendmailer"

Install and configure Exim4 in your Linux:

    sudo aptitude install exim4
    sudo dpkg-reconfigure exim4-config

    All answers (for example) here: http://library.linode.com/email/exim/send-only-mta-debian-6-squeeze

And now you can send mail immediately from your localhost sendmail server. It's very fast. Google нервно курит в сторонке =)

Enjoy!
======

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sendmailer-0.0.12.1 README.md
sendmailer-0.0.12 README.md
sendmailer-0.0.11 README.md
sendmailer-0.0.1 README.md