Skip to content

aboyon/mailmeblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailmeblog

Welcome to Mailmeblog write in your blog, just by sending emails

How to install

Just clone the github repo..

git clone git@github.com:aboyon/mailmeblog.git

Configure your email account

Copy the config.sample.yml to config.yml (into the config/ file)

cd config/
cp config.sample.yml config.yml

and then proceed to adjust the email settings

mail:
  server: mail.gmail.com
  port: 995
  ssl: true
  username: <username>
  password: <password>

store:
  eml: "<<your_path>>"   #in case you want to keep a copy in eml format
  html: "<<your_path>>"  #HTML static file, properly formated are placed into this folder

so, finally, you can run the file checkmail.rb through your console

ruby checkmail.rb

License

Please see licence file for further reading.

About

Send an email to a mailbox and publish it into your blog!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages