1
0
mirror of https://github.com/balkian/Hookio-Mailer.git synced 2025-09-02 10:32:19 +00:00

First Commit

This commit is contained in:
J.Fernando Sánchez
2012-02-22 13:11:54 +01:00
commit 16a5c27759
4 changed files with 100 additions and 0 deletions

7
config.json_example Normal file
View File

@@ -0,0 +1,7 @@
{
"mailer": {
"host": "smtp.gmail.com",
"username": "BLABLA@gmail.com",
"password": "password"
}
}