Socket
Book a DemoInstallSign in
Socket

super_smtp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

super_smtp

0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

SuperSmtp

Support Specific Source IP in Net::SMTP

About

This is kind of a dumb monkey-patch of Net::SMTP, but it's an easy way to support an extra option in Net::SMTP.

Installation

Add this line to your application's Gemfile:

gem 'super_smtp'

And then execute:

$ bundle

Or install it yourself as:

$ gem install super_smtp

Usage

To use, just add a third parameter when you initialize your Net::SMTP connection:

# If my local interface is 192.168.0.2
smtp = Net::SMTP.new('remote-mx.domain.com', 25, '192.168.0.2')
# boom.  That's it.  Simplest gem evar.

TODO

I dunno... Maybe submit a pull request to Ruby to support this?

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 05 Feb 2013

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.