Sha256: 96ee14ea7df43f490fbfb9f09b64d6473413259c199fdda604a5fbf6c042d9fe
Contents?: true
Size: 797 Bytes
Versions: 2
Compression:
Stored size: 797 Bytes
Contents
# Mail::X::Smtpapi Integrates a custom X-SMTPAPI field into the [Mail](https://github.com/mikel/mail) gem. ## Installation Add this line to your application's Gemfile: ```ruby gem 'mail-x_smtpapi' ``` And then execute: $ bundle Or install it yourself as: $ gem install mail-x_smtpapi ## Usage Write into the SMTPAPI header from anywhere with access to the `mail` object. ### Example: Rails Mailer (TODO) ### Example: Template Helper (TODO) ### Example: Mail Interceptor (TODO) ## Contributing 1. Fork it ( https://github.com/kickstarter/mail-x_smtpapi/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mail-x_smtpapi-1.0.0.alpha2 | README.md |
mail-x_smtpapi-1.0.0.alpha | README.md |