-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '380-update-automated-emails-font-text-picture'
- Loading branch information
Showing
2 changed files
with
38 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -469,36 +469,38 @@ export default { | |
contactPerson: string, | ||
phoneNumber: string | ||
) => | ||
"<div style=\"background-color:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" + | ||
"<div style=\"background-color:#DE3163;margin:30px;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<table style=\"background-color:#DE3163;margin:0;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<thead style=\"font-size:24px\">" + | ||
"<div style=\"background:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" + | ||
"<div style=\"background:#DE3163;margin:30px;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<table style=\"background:#DE3163;margin:0;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<tbody>" + | ||
"<tr>" + | ||
"<div style=\"padding: 30px 30px 0; font-size:24px; background-color:#DE3163;color:#ffffff;\">" + | ||
"Hi!<br>" + | ||
"<div style=\"padding: 30px 30px 0; font-size:24px; background:#DE3163;color:#ffffff;\">" + | ||
"<p>" + | ||
"Hi!<br>" + | ||
"</p>" + | ||
"</div>" + | ||
"</tr>" + | ||
"</thead>" + | ||
"<tbody>" + | ||
"<tr>" + | ||
"<div style=\"padding: 5px 30px; background-color:#DE3163;color:#ffffff;\" >" + | ||
"<div style=\"padding: 5px 30px; background:#DE3163;color:#ffffff;\" >" + | ||
"<p>We are pleased to confirm we have received your exhibitor registration. " + | ||
"We will contact you during the spring about whether you got a spot at D-Dagen. " + | ||
"You can expect to hear from us during spring. </p><br>" + | ||
"<p>Here are the details of your registration: </p>" + | ||
"</div>" + | ||
"</tr>" + | ||
"<tr>" + | ||
"<ul style=\"padding:20px 30px; background-color:#DE3163;color:#ffffff;\">" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Company name: " + companyName + "</li>" + | ||
((organizationNumber[0] != '0') ? "<li>Organisationsnummer: " + organizationNumber + "</li>" : "") + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Email address: " + email + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Contact person: " + contactPerson + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Phone number: " + phoneNumber + "</li>" + | ||
"</ul>" + | ||
"<div style\"background:#DE3163;color:#ffffff;\">" + | ||
"<ul style=\"padding:20px 30px;background:#DE3163;color:#ffffff;\">" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Company name: " + companyName + "</li>" + | ||
((organizationNumber[0] != '0') ? "<li>Organisationsnummer: " + organizationNumber + "</li>" : "") + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Email address: " + email + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Contact person: " + contactPerson + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Phone number: " + phoneNumber + "</li>" + | ||
"</ul>" + | ||
"</div>" + | ||
"</tr>" + | ||
"<tr>" + | ||
"<div style=\"padding: 0 30px 30px; background-color:#DE3163;color:#ffffff;\" >" + | ||
"<div style=\"padding: 0 30px 30px; background:#DE3163;color:#ffffff;\" >" + | ||
"<p> If any of the information above is incorrect or if you have any other questions, " + | ||
"do not hesitate to contact our sales team at [email protected]. </p><br>" + | ||
"<p>Thank you for your registration and we look forward to a successful event. </p><br>" + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -467,36 +467,38 @@ export default { | |
contactPerson: string, | ||
phoneNumber: string | ||
) => | ||
"<div style=\"background-color:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" + | ||
"<div style=\"background-color:#DE3163;margin:30px;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<table style=\"background-color:#DE3163;margin:0;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<thead style=\"font-size:24px\">" + | ||
"<div style=\"background:#14112A;padding-top:30px;font-family:Arial, sans-serif;font-size: 16px; line-height:1.6; max-width: 600px; \">" + | ||
"<div style=\"background:#DE3163;margin:30px;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<table style=\"background:#DE3163;margin:0;padding: 0;color:#ffffff;border-radius:10px; max-width: 600px;\" width=\"100%\">" + | ||
"<tbody>" + | ||
"<tr>" + | ||
"<div style=\"padding: 30px 30px 0; font-size:24px; background-color:#DE3163;color:#ffffff;\">" + | ||
"Hi!<br>" + | ||
"<div style=\"padding: 30px 30px 0; font-size:24px; background:#DE3163;color:#ffffff;\">" + | ||
"<p>" + | ||
"Hi!<br>" + | ||
"</p>" + | ||
"</div>" + | ||
"</tr>" + | ||
"</thead>" + | ||
"<tbody>" + | ||
"<tr>" + | ||
"<div style=\"padding: 5px 30px; background-color:#DE3163;color:#ffffff;\" >" + | ||
"<div style=\"padding: 5px 30px; background:#DE3163;color:#ffffff;\" >" + | ||
"<p>We are pleased to confirm we have received your exhibitor registration. " + | ||
"We will contact you during the spring about whether you got a spot at D-Dagen. " + | ||
"You can expect to hear from us during spring. </p><br>" + | ||
"<p>Here are the details of your registration: </p>" + | ||
"</div>" + | ||
"</tr>" + | ||
"<tr>" + | ||
"<ul style=\"padding:20px 30px\">" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Company name: " + companyName + "</li>" + | ||
((organizationNumber[0] != '0') ? "<li>Organisationsnummer: " + organizationNumber + "</li>" : "") + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Email address: " + email + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Contact person: " + contactPerson + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Phone number: " + phoneNumber + "</li>" + | ||
"</ul>" + | ||
"<div style\"background:#DE3163;color:#ffffff;\">" + | ||
"<ul style=\"padding:20px 30px;background:#DE3163;color:#ffffff;\">" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Company name: " + companyName + "</li>" + | ||
((organizationNumber[0] != '0') ? "<li>Organisationsnummer: " + organizationNumber + "</li>" : "") + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Email address: " + email + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Contact person: " + contactPerson + "</li>" + | ||
"<li style=\"margin: 4px; padding: 2px;color:#ffffff;\"> Phone number: " + phoneNumber + "</li>" + | ||
"</ul>" + | ||
"</div>" + | ||
"</tr>" + | ||
"<tr>" + | ||
"<div style=\"padding: 0 30px 30px; background-color:#DE3163;color:#ffffff;\" >" + | ||
"<div style=\"padding: 0 30px 30px; background:#DE3163;color:#ffffff;\" >" + | ||
"<p> If any of the information above is incorrect or if you have any other questions, " + | ||
"do not hesitate to contact our sales team at [email protected]. </p><br>" + | ||
"<p>Thank you for your registration and we look forward to a successful event. </p><br>" + | ||
|