Skip to content

Commit

Permalink
New temporary mandrill API key #31
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 13, 2016
1 parent 0ec4be4 commit fa7cc04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/controllers/Ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function facebookSignup()
$config['smtp_host'] = "smtp.mandrillapp.com";
$config['smtp_port'] = "587";
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] = "pUOMLUusBKdoR604DpcOnQ";
$config['smtp_pass'] = "72rd6UM9tLUpfbrGUct4sw";
$config['charset'] = "utf-8";
$config['mailtype'] = "html";
$config['newline'] = "\r\n";
Expand Down Expand Up @@ -156,7 +156,7 @@ function signup()
$config['smtp_host'] = "smtp.mandrillapp.com";
$config['smtp_port'] = "587";
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] = "pUOMLUusBKdoR604DpcOnQ";
$config['smtp_pass'] = "72rd6UM9tLUpfbrGUct4sw";
$config['charset'] = "utf-8";
$config['mailtype'] = "html";
$config['newline'] = "\r\n";
Expand Down Expand Up @@ -214,7 +214,7 @@ function askResetPassword()
$config['smtp_host'] = "smtp.mandrillapp.com";
$config['smtp_port'] = "587";
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] = "pUOMLUusBKdoR604DpcOnQ";
$config['smtp_pass'] = "72rd6UM9tLUpfbrGUct4sw";
$config['charset'] = "utf-8";
$config['mailtype'] = "html";
$config['newline'] = "\r\n";
Expand Down Expand Up @@ -338,7 +338,7 @@ function baseMeasure()
$config['smtp_host'] = "smtp.mandrillapp.com";
$config['smtp_port'] = "587";
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] = "pUOMLUusBKdoR604DpcOnQ";
$config['smtp_pass'] = "72rd6UM9tLUpfbrGUct4sw";
$config['charset'] = "utf-8";
$config['mailtype'] = "html";
$config['newline'] = "\r\n";
Expand Down Expand Up @@ -395,7 +395,7 @@ function contact()
$config['smtp_host'] = "smtp.mandrillapp.com";
$config['smtp_port'] = "587";
$config['smtp_user'] = "[email protected]";
$config['smtp_pass'] = "pUOMLUusBKdoR604DpcOnQ";
$config['smtp_pass'] = "72rd6UM9tLUpfbrGUct4sw";
$config['charset'] = "utf-8";
$config['mailtype'] = "html";
$config['newline'] = "\r\n";
Expand Down

0 comments on commit fa7cc04

Please sign in to comment.