wrench logo url
This commit is contained in:
@@ -1393,7 +1393,7 @@ long JobAddedMail(CVars in) //TESTED
|
||||
vars2form(x, form2);
|
||||
out["alertemail"] = CfgReadChar("transnotif.contact");
|
||||
char * server_name = getenv("SERVER_NAME");
|
||||
form2.LetStr("server_name", "https://dashboard.wrenchboard.com");
|
||||
form2.LetStr("server_name", "https://www.wrenchboard.com");
|
||||
form2.LetStr("site_name", "WrenchBoard");
|
||||
in["title"] = "Job Added Alert";
|
||||
in["message"] = "Job Added Alert";
|
||||
@@ -1648,7 +1648,7 @@ long CustomerAirSalePayment(CVars in) {
|
||||
form.LetStr("paymode", "Payment with card");
|
||||
}
|
||||
|
||||
form.LetStr("server_name", "https://dashboard.wrenchboard.com");
|
||||
form.LetStr("server_name", "https://www.wrenchboard.com");
|
||||
form.LetStr("site", server_name);
|
||||
form.LetStr("email", x["email2"].c_str());
|
||||
form.Email("topup_payment.mailfile"); //customer notification
|
||||
|
||||
Reference in New Issue
Block a user