Project

send

0.0
No commit activity in last 3 years
No release in over 3 years
Send mail via cli
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Send

Lightweight Ruby Gem to send email.

Currently support only gmail

Install

[sudo] gem install send

Usage

Export all your variables so you only have to select which file you want to send % send -x

Now you can send a file % send email.html

This will send an email to your default email address. From the gmail account you set up.

You can also send it to someone else:

% send email.html michael@gmail.com

Change the subject

% send email.html -s 'You'll love this email!'

Use -h for all options

% send -h