Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
27 lines (15 loc) · 978 Bytes

README.md

File metadata and controls

executable file
·
27 lines (15 loc) · 978 Bytes

Description

Quick Vagrant example displaying the benefits of using Fermata for a fake SMTP daemon

Starting up the image

vagrant up --provision

ssh'ing into the machine

vagrant ssh mailtest

URL's

Fermata Web UI = http://localhost:9092

Fermata SMTP = smtp://localhost:2500

Web UI for Sending Test Emails = http://localhost/

Reference

I modified the code from Srinivas Tamada's 9lessons website, for the email generation code, so thank you for your blog article on this.

(Github Link to Fermata)[https://github.com/scsibug/fermata] created by Greg Heartsfield.

Disclaimer

When using this example please be careful on who you send test emails to, by default the app should send to a localhost on port 2500 so should be safe and uses one of the RFC example domains http://tools.ietf.org/html/rfc2606#section-3