email text
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
Subject: Welcome to {{site_name}}
|
||||
Subject: View opportunities at {{site_name}}
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Welcome to {{site_name}}</title>
|
||||
<title>View opportunities at {{site_name}}</title>
|
||||
<style type="text/css">
|
||||
body {margin: 0; padding: 0; min-width: 100%!important; font-family: sans-serif;}
|
||||
.content {width: 100%; max-width: 600px;}
|
||||
|
||||
@@ -386,7 +386,7 @@ long market_email(long mailtype, CVars in, CVars &out) {
|
||||
case WRENCHBOARD_MARKET_PLAN01_START:
|
||||
if (load_db_record(x, "SELECT * FROM members WHERE id =1")) {
|
||||
vars2form(x, form);
|
||||
form.LetStr("subject", "You have received a task suggestion from");
|
||||
form.LetStr("subject", "View opportunities at");
|
||||
//form.LetStr("email", x["parent_email"].c_str());
|
||||
form.LetStr("email", "ameye@chiefsoft.com");
|
||||
form.Email("MARKET/market_invite_step1.mailfile");
|
||||
@@ -396,7 +396,7 @@ long market_email(long mailtype, CVars in, CVars &out) {
|
||||
case WRENCHBOARD_MARKET_PLAN01_NEXT1:
|
||||
if (load_db_record(x, "SELECT * FROM members WHERE id =1")) {
|
||||
vars2form(x, form);
|
||||
form.LetStr("subject", "You have received a task suggestion from");
|
||||
form.LetStr("subject", "View opportunities at");
|
||||
//form.LetStr("email", x["parent_email"].c_str());
|
||||
form.LetStr("email", "ameye@chiefsoft.com");
|
||||
form.Email("MARKET/market_invite_step1.mailfile");
|
||||
|
||||
Reference in New Issue
Block a user