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

Vagrant setup showing what Fermata can do with a simple php web app for sending emails.

Notifications You must be signed in to change notification settings

pcanham/vagrant-fermata-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vagrant setup showing what Fermata can do with a simple php web app for sending emails.

Resources

Stars

Watchers

Forks

Packages

No packages published