Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple_smtp_test

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple_smtp_test

  • 1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

SimpleSmtpTest

Code Climate

To use this gem, you must be using a Rails application with ActionMailer. It installs a rake command which you can use to send yourself a test email to verify that your email settings are working. To use it, install it as a gem in your Rails program:

gem 'simple_smtp_test'

Then do a bundle install. The rake task should become available. To run it, simply run from the command line:

$ rake simple_smtp_test['myemail@example.com']

It will display output which looks like this:

Current Mail Server Settings:

---
:address: smtp.myserver.com
:enable_starttls_auto: true
:port: 587
:user_name: myemail@example.com
:password: password

Current Rails Environment: development
Preparing to send test message to myemail@example.com...
Message successfully sent. Please check that the test message was received.

You should then have a message in your email inbox if the email settings work. If an error occurred while connecting to the email server, it will display the error message in the command line output.

FAQs

Package last updated on 13 Feb 2022

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc