diff --git a/templates-inlined/basic-full/comment-notification/content.html b/templates-inlined/basic-full/comment-notification/content.html new file mode 100644 index 0000000..c100451 --- /dev/null +++ b/templates-inlined/basic-full/comment-notification/content.html @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/comment_notification.txt b/templates-inlined/basic-full/comment-notification/content.txt similarity index 69% rename from templates/comment_notification.txt rename to templates-inlined/basic-full/comment-notification/content.txt index 489adbe..52116c5 100644 --- a/templates/comment_notification.txt +++ b/templates-inlined/basic-full/comment-notification/content.txt @@ -1,3 +1,5 @@ +[Product Name] ( https://example.com ) + {{body}} {{#attachment_details}} @@ -13,3 +15,11 @@ By {{commenter_name}} at {{timestamp}} View the comment ( {{ action_url }} ) or Manage notifications ( {{ notifications_url }} ) + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic-full/example/content.html b/templates-inlined/basic-full/example/content.html new file mode 100644 index 0000000..9806cd8 --- /dev/null +++ b/templates-inlined/basic-full/example/content.html @@ -0,0 +1,637 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic-full/example/content.txt b/templates-inlined/basic-full/example/content.txt new file mode 100644 index 0000000..d89ed83 --- /dev/null +++ b/templates-inlined/basic-full/example/content.txt @@ -0,0 +1,120 @@ +This is example text for the preheader set via the YAML front-matter for each email. + +[Product Name] ( https://example.com ) + +*************************** +Escaped Handlebars Brackets +*************************** + +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. + +\{{ something }} will turn into {{ something }} + +******* +Headers +******* + +******** +Header 1 +******** + +-------- +Header 2 +-------- + +-------- +Header 3 +-------- + +*************************** +Paragraphs & Formatting +*************************** + +Transactional email is fun for the whole family! You can design it, write it, code it, and test it. And test it. And test it. And send it. And find a bug. + +This paragraph has some bold text and strong text along with italicized text and emphasized text. + +***** +Lists +***** + +* Unordered list item 1 +* Unordered list item 2 +* Unordered list item 3 + +* Ordered list item 1 +* Ordered list item 2 +* Ordered list item 3 + +************** +Action Buttons +************** + +Danger Button ( http://example.com ) + +Success button ( http://example.com ) + +Default button ( http://example.com ) + +************** +Attribute List +************** + +If your email client baseline is sufficiently modern, you can achieve the same effects with list much more succinctly. We chose to use tables for these lists to accommodate Outlook 2007, 2010, and 2013. + +Login Page: {{login_url}} + +Username: {{username}} + +*********** +Option List +*********** + +For the most part, option lists are just like attribute lists. They just use line breaks to create some separation between the items. + +Restart your trial ( {{ trial_extension_url }} ) - If you didn't get a chance to fully try out the product or need a little more time to evaluate, just let us know. Simply reply to this email and we'll extend your trial period. + +Share feedback ( {{ feedback_url }} ) - If [Product Name] isn't right for you, let us know what you were looking for and we might be able to suggest some alternatives that might be a better fit. + +*************** +Example Closing +*************** + +Thanks, +[Sender Name] and the [Product Name] Team + +P.S. Need help getting started? Check out our help documentation. Or, just reply to this email with any questions or issues you have. The [Product Name] support team is always excited to help you. + +************* +Discount Code +************* + +*************************** +10% off your next purchase! +*************************** + +Thanks for your support! Here's a coupon for 10% off your next purchase if used by {{expiration_date}}. + +Use this discount now... ( http://example.com ) + +************* +Related Items +************* + +******** +Sub-text +******** + +Sub-text is for any content that needs to be included at the bottom of the email but doesn't need to stand out. This can be good for disclaimers and text alternatives. + +If you’re having trouble clicking the confirm account button, copy and paste the URL below into your web browser. + +{{action_url}} ( {{ action_url }} ) + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic-full/invoice/content.html b/templates-inlined/basic-full/invoice/content.html new file mode 100644 index 0000000..2887fa4 --- /dev/null +++ b/templates-inlined/basic-full/invoice/content.html @@ -0,0 +1,585 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/invoice.txt b/templates-inlined/basic-full/invoice/content.txt similarity index 95% rename from templates/invoice.txt rename to templates-inlined/basic-full/invoice/content.txt index a8e0cdc..c11ac96 100644 --- a/templates/invoice.txt +++ b/templates-inlined/basic-full/invoice/content.txt @@ -12,7 +12,7 @@ Amount Due: {{total}} Due By: {{due_date}} -Pay this Invoice ( {{ action_url }} ) +Pay Invoice ( {{ action_url }} ) {{invoice_id}} -------------- diff --git a/templates-inlined/basic-full/password-reset-help/content.html b/templates-inlined/basic-full/password-reset-help/content.html new file mode 100644 index 0000000..51e5b84 --- /dev/null +++ b/templates-inlined/basic-full/password-reset-help/content.html @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/password_reset_help.txt b/templates-inlined/basic-full/password-reset-help/content.txt similarity index 100% rename from templates/password_reset_help.txt rename to templates-inlined/basic-full/password-reset-help/content.txt diff --git a/templates-inlined/basic-full/password-reset/content.html b/templates-inlined/basic-full/password-reset/content.html new file mode 100644 index 0000000..9418e83 --- /dev/null +++ b/templates-inlined/basic-full/password-reset/content.html @@ -0,0 +1,525 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/password_reset.txt b/templates-inlined/basic-full/password-reset/content.txt similarity index 100% rename from templates/password_reset.txt rename to templates-inlined/basic-full/password-reset/content.txt diff --git a/templates-inlined/basic-full/receipt/content.html b/templates-inlined/basic-full/receipt/content.html new file mode 100644 index 0000000..62cd4e6 --- /dev/null +++ b/templates-inlined/basic-full/receipt/content.html @@ -0,0 +1,580 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/receipt.txt b/templates-inlined/basic-full/receipt/content.txt similarity index 100% rename from templates/receipt.txt rename to templates-inlined/basic-full/receipt/content.txt diff --git a/templates-inlined/basic-full/trial-expired/content.html b/templates-inlined/basic-full/trial-expired/content.html new file mode 100644 index 0000000..17e5f6d --- /dev/null +++ b/templates-inlined/basic-full/trial-expired/content.html @@ -0,0 +1,560 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/trial_expired.txt b/templates-inlined/basic-full/trial-expired/content.txt similarity index 100% rename from templates/trial_expired.txt rename to templates-inlined/basic-full/trial-expired/content.txt diff --git a/templates-inlined/basic-full/trial-expiring/content.html b/templates-inlined/basic-full/trial-expiring/content.html new file mode 100644 index 0000000..3ee2089 --- /dev/null +++ b/templates-inlined/basic-full/trial-expiring/content.html @@ -0,0 +1,560 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/trial_expiring.txt b/templates-inlined/basic-full/trial-expiring/content.txt similarity index 100% rename from templates/trial_expiring.txt rename to templates-inlined/basic-full/trial-expiring/content.txt diff --git a/templates-inlined/basic-full/user-invitation/content.html b/templates-inlined/basic-full/user-invitation/content.html new file mode 100644 index 0000000..8d48f30 --- /dev/null +++ b/templates-inlined/basic-full/user-invitation/content.html @@ -0,0 +1,526 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/user_invitation.txt b/templates-inlined/basic-full/user-invitation/content.txt similarity index 100% rename from templates/user_invitation.txt rename to templates-inlined/basic-full/user-invitation/content.txt diff --git a/templates-inlined/basic-full/welcome/content.html b/templates-inlined/basic-full/welcome/content.html new file mode 100644 index 0000000..b39ca1b --- /dev/null +++ b/templates-inlined/basic-full/welcome/content.html @@ -0,0 +1,572 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates/welcome.txt b/templates-inlined/basic-full/welcome/content.txt similarity index 94% rename from templates/welcome.txt rename to templates-inlined/basic-full/welcome/content.txt index e053ebe..d8cd414 100644 --- a/templates/welcome.txt +++ b/templates-inlined/basic-full/welcome/content.txt @@ -6,9 +6,7 @@ Thanks for trying out [Product Name]. We’ve pulled together some information a Welcome, {{name}}! ****************** -Thanks for trying [Product Name]. We’re thrilled to have you on board. - -To get the most out of [Product Name], do this primary next step: +Thanks for trying [Product Name]. We’re thrilled to have you on board. To get the most out of [Product Name], do this primary next step: Do this Next ( {{ action_url }} ) diff --git a/templates-inlined/basic/comment-notification/content.html b/templates-inlined/basic/comment-notification/content.html new file mode 100644 index 0000000..a3a6111 --- /dev/null +++ b/templates-inlined/basic/comment-notification/content.html @@ -0,0 +1,508 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/comment-notification/content.txt b/templates-inlined/basic/comment-notification/content.txt new file mode 100644 index 0000000..52116c5 --- /dev/null +++ b/templates-inlined/basic/comment-notification/content.txt @@ -0,0 +1,25 @@ +[Product Name] ( https://example.com ) + +{{body}} + +{{#attachment_details}} + +{{#each . }} + +{{attachment_name}} ( {{ attachment_url }} ) ({{attachment_size}} {{attachment_type}}) + +{{/each}} + +{{/attachment_details}} + +By {{commenter_name}} at {{timestamp}} + +View the comment ( {{ action_url }} ) or Manage notifications ( {{ notifications_url }} ) + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/example/content.html b/templates-inlined/basic/example/content.html new file mode 100644 index 0000000..56cf6eb --- /dev/null +++ b/templates-inlined/basic/example/content.html @@ -0,0 +1,632 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/example/content.txt b/templates-inlined/basic/example/content.txt new file mode 100644 index 0000000..d89ed83 --- /dev/null +++ b/templates-inlined/basic/example/content.txt @@ -0,0 +1,120 @@ +This is example text for the preheader set via the YAML front-matter for each email. + +[Product Name] ( https://example.com ) + +*************************** +Escaped Handlebars Brackets +*************************** + +Working with templates, you'll occasionally need to put some Mustachio ( https://github.com/wildbit/mustachio ) code in your Handlebars templates. To prevent the Handlebars processing from attempting to process your Mustachio code, you'll need to escape the curly braces by adding a backslash just before the opening curly braces. + +\{{ something }} will turn into {{ something }} + +******* +Headers +******* + +******** +Header 1 +******** + +-------- +Header 2 +-------- + +-------- +Header 3 +-------- + +*************************** +Paragraphs & Formatting +*************************** + +Transactional email is fun for the whole family! You can design it, write it, code it, and test it. And test it. And test it. And send it. And find a bug. + +This paragraph has some bold text and strong text along with italicized text and emphasized text. + +***** +Lists +***** + +* Unordered list item 1 +* Unordered list item 2 +* Unordered list item 3 + +* Ordered list item 1 +* Ordered list item 2 +* Ordered list item 3 + +************** +Action Buttons +************** + +Danger Button ( http://example.com ) + +Success button ( http://example.com ) + +Default button ( http://example.com ) + +************** +Attribute List +************** + +If your email client baseline is sufficiently modern, you can achieve the same effects with list much more succinctly. We chose to use tables for these lists to accommodate Outlook 2007, 2010, and 2013. + +Login Page: {{login_url}} + +Username: {{username}} + +*********** +Option List +*********** + +For the most part, option lists are just like attribute lists. They just use line breaks to create some separation between the items. + +Restart your trial ( {{ trial_extension_url }} ) - If you didn't get a chance to fully try out the product or need a little more time to evaluate, just let us know. Simply reply to this email and we'll extend your trial period. + +Share feedback ( {{ feedback_url }} ) - If [Product Name] isn't right for you, let us know what you were looking for and we might be able to suggest some alternatives that might be a better fit. + +*************** +Example Closing +*************** + +Thanks, +[Sender Name] and the [Product Name] Team + +P.S. Need help getting started? Check out our help documentation. Or, just reply to this email with any questions or issues you have. The [Product Name] support team is always excited to help you. + +************* +Discount Code +************* + +*************************** +10% off your next purchase! +*************************** + +Thanks for your support! Here's a coupon for 10% off your next purchase if used by {{expiration_date}}. + +Use this discount now... ( http://example.com ) + +************* +Related Items +************* + +******** +Sub-text +******** + +Sub-text is for any content that needs to be included at the bottom of the email but doesn't need to stand out. This can be good for disclaimers and text alternatives. + +If you’re having trouble clicking the confirm account button, copy and paste the URL below into your web browser. + +{{action_url}} ( {{ action_url }} ) + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/invoice/content.html b/templates-inlined/basic/invoice/content.html new file mode 100644 index 0000000..da8ccc6 --- /dev/null +++ b/templates-inlined/basic/invoice/content.html @@ -0,0 +1,580 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/invoice/content.txt b/templates-inlined/basic/invoice/content.txt new file mode 100644 index 0000000..c11ac96 --- /dev/null +++ b/templates-inlined/basic/invoice/content.txt @@ -0,0 +1,53 @@ +This is an invoice for your purchase on {{ purchase_date }}. Please submit payment by {{ due_date }} + +[Product Name] ( https://example.com ) + +************ +Hi {{name}}, +************ + +Thanks for using [Product Name]. This is an invoice for your recent purchase. + +Amount Due: {{total}} + +Due By: {{due_date}} + +Pay Invoice ( {{ action_url }} ) + +{{invoice_id}} +-------------- + +{{date}} +-------- + +Description + +Amount + +{{#each invoice_details}} + +{{description}} +{{amount}} + +{{/each}} + +Total + +{{total}} + +If you have any questions about this invoice, simply reply to this email or reach out to our support team ( {{ support_url }} ) for help. + +Cheers, +The [Product Name] Team + +If you’re having trouble with the button above, copy and paste the URL below into your web browser. + +{{action_url}} + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/password-reset-help/content.html b/templates-inlined/basic/password-reset-help/content.html new file mode 100644 index 0000000..b8c8a96 --- /dev/null +++ b/templates-inlined/basic/password-reset-help/content.html @@ -0,0 +1,520 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/password-reset-help/content.txt b/templates-inlined/basic/password-reset-help/content.txt new file mode 100644 index 0000000..1eac663 --- /dev/null +++ b/templates-inlined/basic/password-reset-help/content.txt @@ -0,0 +1,26 @@ +We received a request to reset your password with this email address. ({{email_address}}) + +[Product Name] ( https://example.com ) + +We received a request to reset the password to access [Product Name] with your email address ({{email_address}}) from a {{operating_system}} device using {{browser_name}}, but we were unable to find an account associated with this address. + +If you use [Product Name] and were expecting this email, consider trying to request a password reset using the email address associated with your account. + +Try a different email ( {{ action_url }} ) + +If you do not use [Product Name] or did not request a password reset, please ignore this email or contact support ( {{ support_url }} ) if you have questions. + +Thanks, +The [Product Name] Team + +If you’re having trouble with the button above, copy and paste the URL below into your web browser. + +{{action_url}} + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/password-reset/content.html b/templates-inlined/basic/password-reset/content.html new file mode 100644 index 0000000..9bca9d9 --- /dev/null +++ b/templates-inlined/basic/password-reset/content.html @@ -0,0 +1,520 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/password-reset/content.txt b/templates-inlined/basic/password-reset/content.txt new file mode 100644 index 0000000..b3cfdc9 --- /dev/null +++ b/templates-inlined/basic/password-reset/content.txt @@ -0,0 +1,28 @@ +Use this link to reset your password. The link is only valid for 24 hours. + +[Product Name] ( https://example.com ) + +************ +Hi {{name}}, +************ + +You recently requested to reset your password for your [Product Name] account. Use the button below to reset it. This password reset is only valid for the next 24 hours. + +Reset your password ( {{ action_url }} ) + +For security, this request was received from a {{operating_system}} device using {{browser_name}}. If you did not request a password reset, please ignore this email or contact support ( {{ support_url }} ) if you have questions. + +Thanks, +The [Product Name] Team + +If you’re having trouble with the button above, copy and paste the URL below into your web browser. + +{{action_url}} + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/receipt/content.html b/templates-inlined/basic/receipt/content.html new file mode 100644 index 0000000..a47be30 --- /dev/null +++ b/templates-inlined/basic/receipt/content.html @@ -0,0 +1,575 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/receipt/content.txt b/templates-inlined/basic/receipt/content.txt new file mode 100644 index 0000000..2092dcb --- /dev/null +++ b/templates-inlined/basic/receipt/content.txt @@ -0,0 +1,59 @@ +This is a receipt for your recent purchase on {{ purchase_date }}. No payment is due with this receipt. + +[Product Name] ( https://example.com ) + +************ +Hi {{name}}, +************ + +Thanks for using [Product Name]. This email is the receipt for your purchase. No payment is due. + +This purchase will appear as “[Credit Card Statement Name]” on your credit card statement for your {{credit_card_brand}} ending in {{credit_card_last_four}}. Need to update your payment information ( {{ billing_url }} )? + +*************************** +10% off your next purchase! +*************************** + +Thanks for your support! Here's a coupon for 10% off your next purchase if used by {{expiration_date}}. + +Use this discount now... ( http://example.com ) + +{{receipt_id}} +-------------- + +{{date}} +-------- + +Description + +Amount + +{{#each receipt_details}} + +{{description}} +{{amount}} + +{{/each}} + +Total + +{{total}} + +If you have any questions about this receipt, simply reply to this email or reach out to our support team ( {{ support_url }} ) for help. + +Cheers, +The [Product Name] Team + +Download as PDF ( {{ action_url }} ) + +Need a printable copy for your records? You can download a PDF version ( {{ action_url }} ). + +Moved recently? Have a new credit card? You can easily update your billing information ( {{ billing_url }} ). + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/trial-expired/content.html b/templates-inlined/basic/trial-expired/content.html new file mode 100644 index 0000000..c990de1 --- /dev/null +++ b/templates-inlined/basic/trial-expired/content.html @@ -0,0 +1,555 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/trial-expired/content.txt b/templates-inlined/basic/trial-expired/content.txt new file mode 100644 index 0000000..7963c04 --- /dev/null +++ b/templates-inlined/basic/trial-expired/content.txt @@ -0,0 +1,36 @@ +Your trial period for [Product Name] has recently expired. What would you like us to do? + +[Product Name] ( https://example.com ) + +********************************* +Your [Product Name] trial expired +********************************* + +Thanks for trying [Product Name]. You've added a lot of data, so here are several options for you to consider going forward. + +Upgrade your account ( {{ action_url }} ) + +If you're not ready to upgrade to a paying account, you have a few other options available to you… + +Restart your trial ( {{ trial_extension_url }} ) - If you didn't get a chance to fully try out the product or need a little more time to evaluate, just let us know. Simply reply to this email and we'll extend your trial period. + +Share feedback ( {{ feedback_url }} ) - If [Product Name] isn't right for you, let us know what you were looking for and we might be able to suggest some alternatives that might be a better fit. + +Export your data ( {{ export_url }} ) - If [Product Name] wasn't a good fit, you can export your data for use elsewhere. + +Close your account ( {{ close_account_url }} ) - You can close your account and delete your data. Or, do nothing and we'll automatically close it and delete your data for you in 90 days. But don't worry, we'll send you another email before that happens. + +Regardless of your choice, we want to say thank you for trying [Product Name]. We know it's an investment of your time, and we appreciate you giving us a chance. + +Thanks, +[Sender Name] and the [Product Name] Team + +P.S. If you have any questions or need any help, please don't hesitate to reach out. You can reply to this email or join us on live chat during business hours. + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/trial-expiring/content.html b/templates-inlined/basic/trial-expiring/content.html new file mode 100644 index 0000000..c401599 --- /dev/null +++ b/templates-inlined/basic/trial-expiring/content.html @@ -0,0 +1,555 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/trial-expiring/content.txt b/templates-inlined/basic/trial-expiring/content.txt new file mode 100644 index 0000000..5364131 --- /dev/null +++ b/templates-inlined/basic/trial-expiring/content.txt @@ -0,0 +1,36 @@ +Your trial period for [Product Name] is about expired. Is there anything we can do to help? + +[Product Name] ( https://example.com ) + +**************************************** +Your [Product Name] trial ends in 3 days +**************************************** + +Thanks for trying [Product Name]. You've added a lot of data, so here are several options for you to consider going forward. + +Upgrade your account ( {{ action_url }} ) + +If you're not ready to upgrade to a paying account, you have a few other options available to you… + +Restart your trial ( {{ trial_extension_url }} ) - If you didn't get a chance to fully try out the product or need a little more time to evaluate, just let us know. Simply reply to this email and we'll extend your trial period. + +Share feedback ( {{ feedback_url }} ) - If [Product Name] isn't right for you, let us know what you were looking for and we might be able to suggest some alternatives that might be a better fit. + +Export your data ( {{ export_url }} ) - If [Product Name] wasn't a good fit, you can export your data for use elsewhere. + +Close your account ( {{ close_account_url }} ) - You can close your account and delete your data. Or, do nothing and we'll automatically close it and delete your data for you in 90 days. But don't worry, we'll send you another email before that happens. + +Regardless of your choice, we want to say thank you for trying [Product Name]. We know it's an investment of your time, and we appreciate you giving us a chance. + +Thanks, +[Sender Name] and the [Product Name] Team + +P.S. If you have any questions or need any help, please don't hesitate to reach out. You can reply to this email or join us on live chat during business hours. + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/user-invitation/content.html b/templates-inlined/basic/user-invitation/content.html new file mode 100644 index 0000000..2a79f83 --- /dev/null +++ b/templates-inlined/basic/user-invitation/content.html @@ -0,0 +1,521 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/user-invitation/content.txt b/templates-inlined/basic/user-invitation/content.txt new file mode 100644 index 0000000..7183ba7 --- /dev/null +++ b/templates-inlined/basic/user-invitation/content.txt @@ -0,0 +1,30 @@ +{{invite_sender_name}} with {{invite_sender_organization_name}} has invited you to use [Product Name] to collaborate with them. + +[Product Name] ( https://example.com ) + +************* +Hi, {{name}}! +************* + +{{invite_sender_name}} with {{invite_sender_organization_name}} has invited you to use [Product Name] to collaborate with them. Use the button below to set up your account and get started: + +Set up account ( {{ action_url }} ) + +If you have any questions for {{invite_sender_name}}, you can reply to this email and it will go right to them. Alternatively, feel free to contact our customer success team ( {{ support_email }} ) anytime. (We're lightning quick at replying.) We also offer live chat ( {{ live_chat_url }} ) during business hours. + +Welcome aboard, +The [Product Name] Team + +P.S. Need help getting started? Check out our help documentation ( {{ help_url }} ). + +If you’re having trouble with the button above, copy and paste the URL below into your web browser. + +{{action_url}} + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates-inlined/basic/welcome/content.html b/templates-inlined/basic/welcome/content.html new file mode 100644 index 0000000..7715dc4 --- /dev/null +++ b/templates-inlined/basic/welcome/content.html @@ -0,0 +1,567 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/templates-inlined/basic/welcome/content.txt b/templates-inlined/basic/welcome/content.txt new file mode 100644 index 0000000..d8cd414 --- /dev/null +++ b/templates-inlined/basic/welcome/content.txt @@ -0,0 +1,42 @@ +Thanks for trying out [Product Name]. We’ve pulled together some information and resources to help you get started. + +[Product Name] ( https://example.com ) + +****************** +Welcome, {{name}}! +****************** + +Thanks for trying [Product Name]. We’re thrilled to have you on board. To get the most out of [Product Name], do this primary next step: + +Do this Next ( {{ action_url }} ) + +For reference, here's your login information: + +Login Page: {{login_url}} + +Username: {{username}} + +You've started a {{trial_length}} day trial. You can upgrade to a paying account or cancel any time. + +Trial Start Date: {{trial_start_date}} + +Trial End Date: {{trial_end_date}} + +If you have any questions, feel free to email our customer success team ( {{ support_email }} ). (We're lightning quick at replying.) We also offer live chat ( {{ live_chat_url }} ) during business hours. + +Thanks, +[Sender Name] and the [Product Name] Team + +P.S. Need immediate help getting started? Check out our help documentation ( {{ help_url }} ). Or, just reply to this email, the [Product Name] support team is always ready to help! + +If you’re having trouble with the button above, copy and paste the URL below into your web browser. + +{{action_url}} + +© 2019 [Product Name]. All rights reserved. + +[Company Name, LLC] + +1234 Street Rd. + +Suite 1234 diff --git a/templates/trial_expired.html b/templates-inlined/plain/comment-notification/content.html similarity index 54% rename from templates/trial_expired.html rename to templates-inlined/plain/comment-notification/content.html index 686ecda..090ede5 100644 --- a/templates/trial_expired.html +++ b/templates-inlined/plain/comment-notification/content.html @@ -3,38 +3,18 @@ - Your [Product Name] trial has expired - + + + - - Your trial period for [Product Name] has recently expired. What would you like us to do? - + +
-