MailHog is a nice mail testing tool for developers.
Website: https://github.com/mailhog/MailHog
Download the latest release on your local machine
<?php | |
/* | |
DONT FORGET TO DELETE THIS SCRIPT WHEN FINISHED! | |
*/ | |
ini_set( 'display_errors', 1 ); | |
error_reporting( E_ALL ); | |
$from = '[email protected]'; |
MailHog is a nice mail testing tool for developers.
Website: https://github.com/mailhog/MailHog
Download the latest release on your local machine
Name | Type | License | Tech |
---|---|---|---|
apostello | SMS communication | MIT | Python |
Bible Helper | reference | MIT | Javascript |
BVCMS | ChMS | GPLv2 | C♯ (.NET) |
Cedar | media projection | MIT | JavaScript (Meteor) |
ChurchCRM | ChMS | MIT | PHP |
ChurchInfo | ChMS | GPLv2 | PHP |
Jethro Pastoral Ministry Manager | ChMS | GPLv3 | PHP |
OneBody | member portal | AGPLv3 | Ruby on Rails |
#!/bin/sh | |
find . -iname "*.java" -exec sed s/\;$// {} \; |