From dd0150460315955714811a23ddb044543380ab21 Mon Sep 17 00:00:00 2001 From: Aslam Shah Date: Tue, 15 Sep 2020 09:15:40 +0200 Subject: [PATCH] Added html and updated readme --- README.md | 17 +- html/.DS_Store | Bin 0 -> 6148 bytes html/general-email-aleos.html | 661 +++++++++++ html/general-email-canaotes.html | 537 +++++++++ html/general-email-dineos.html | 496 +++++++++ html/general-email-faedra.html | 471 ++++++++ html/newsletter-email-aleos.html | 825 ++++++++++++++ html/newsletter-email-canaotes.html | 707 ++++++++++++ html/newsletter-email-dineos.html | 764 +++++++++++++ html/newsletter-email-faedra.html | 1007 +++++++++++++++++ html/newsletter-email-korlavas.html | 1152 +++++++++++++++++++ html/newsletter-email-mardaloas.html | 922 ++++++++++++++++ html/newsletter-email-meslerides.html | 817 ++++++++++++++ html/newsletter-email-ormes.html | 962 ++++++++++++++++ html/newsletter-email-orthipis.html | 945 ++++++++++++++++ html/newsletter-email-tetrapis.html | 1005 +++++++++++++++++ html/newsletter-email-usiac.html | 1348 ++++++++++++++++++++++ html/newsletter-email-xyimeasi.html | 1170 ++++++++++++++++++++ html/notification-email-aleos.html | 1067 ++++++++++++++++++ html/notification-email-canaotes.html | 899 +++++++++++++++ html/notification-email-dineos.html | 1026 +++++++++++++++++ html/notification-email-faedra.html | 1088 ++++++++++++++++++ html/notification-email-korlavas.html | 1015 +++++++++++++++++ html/notification-email-mardaloas.html | 753 +++++++++++++ html/notification-email-meslerides.html | 946 ++++++++++++++++ html/notification-email-ormes.html | 874 +++++++++++++++ html/notification-email-orthipis.html | 1019 +++++++++++++++++ html/notification-email-tetrapis.html | 1025 +++++++++++++++++ html/notification-email-usiac.html | 1095 ++++++++++++++++++ html/notification-email-xyimeasi.html | 907 +++++++++++++++ html/receipt-email-aleos.html | 704 ++++++++++++ html/receipt-email-canaotes.html | 586 ++++++++++ html/receipt-email-dineos.html | 648 +++++++++++ html/receipt-email-faedra.html | 1349 +++++++++++++++++++++++ html/receipt-email-korlavas.html | 842 ++++++++++++++ html/receipt-email-mardaloas.html | 1109 +++++++++++++++++++ html/receipt-email-meslerides.html | 681 ++++++++++++ html/receipt-email-ormes.html | 1153 +++++++++++++++++++ html/receipt-email-orthipis.html | 634 +++++++++++ html/receipt-email-tetrapis.html | 664 +++++++++++ html/receipt-email-usiac.html | 693 ++++++++++++ html/receipt-email-xyimeasi.html | 683 ++++++++++++ html/reset-email-aleos.html | 537 +++++++++ html/reset-email-canaotes.html | 428 +++++++ html/reset-email-dineos.html | 417 +++++++ html/reset-email-faedra.html | 474 ++++++++ html/reset-email-korlavas.html | 678 ++++++++++++ html/reset-email-mardaloas.html | 428 +++++++ html/reset-email-meslerides.html | 531 +++++++++ html/reset-email-ormes.html | 452 ++++++++ html/reset-email-orthipis.html | 437 ++++++++ html/reset-email-tetrapis.html | 568 ++++++++++ html/reset-email-usiac.html | 522 +++++++++ html/reset-email-xyimeasi.html | 583 ++++++++++ html/welcome-email-aleos.html | 452 ++++++++ html/welcome-email-canaotes.html | 429 +++++++ html/welcome-email-dineos.html | 740 +++++++++++++ html/welcome-email-faedra.html | 466 ++++++++ html/welcome-email-korlavas.html | 676 ++++++++++++ html/welcome-email-mardaloas.html | 416 +++++++ html/welcome-email-meslerides.html | 542 +++++++++ html/welcome-email-ormes.html | 466 ++++++++ html/welcome-email-orthipis.html | 435 ++++++++ html/welcome-email-tetrapis.html | 559 ++++++++++ html/welcome-email-usiac.html | 518 +++++++++ html/welcome-email-xyimeasi.html | 583 ++++++++++ 66 files changed, 47601 insertions(+), 2 deletions(-) create mode 100644 html/.DS_Store create mode 100644 html/general-email-aleos.html create mode 100644 html/general-email-canaotes.html create mode 100644 html/general-email-dineos.html create mode 100644 html/general-email-faedra.html create mode 100644 html/newsletter-email-aleos.html create mode 100644 html/newsletter-email-canaotes.html create mode 100644 html/newsletter-email-dineos.html create mode 100644 html/newsletter-email-faedra.html create mode 100644 html/newsletter-email-korlavas.html create mode 100644 html/newsletter-email-mardaloas.html create mode 100644 html/newsletter-email-meslerides.html create mode 100644 html/newsletter-email-ormes.html create mode 100644 html/newsletter-email-orthipis.html create mode 100644 html/newsletter-email-tetrapis.html create mode 100644 html/newsletter-email-usiac.html create mode 100644 html/newsletter-email-xyimeasi.html create mode 100644 html/notification-email-aleos.html create mode 100644 html/notification-email-canaotes.html create mode 100644 html/notification-email-dineos.html create mode 100644 html/notification-email-faedra.html create mode 100644 html/notification-email-korlavas.html create mode 100644 html/notification-email-mardaloas.html create mode 100644 html/notification-email-meslerides.html create mode 100644 html/notification-email-ormes.html create mode 100644 html/notification-email-orthipis.html create mode 100644 html/notification-email-tetrapis.html create mode 100644 html/notification-email-usiac.html create mode 100644 html/notification-email-xyimeasi.html create mode 100644 html/receipt-email-aleos.html create mode 100644 html/receipt-email-canaotes.html create mode 100644 html/receipt-email-dineos.html create mode 100644 html/receipt-email-faedra.html create mode 100644 html/receipt-email-korlavas.html create mode 100644 html/receipt-email-mardaloas.html create mode 100644 html/receipt-email-meslerides.html create mode 100644 html/receipt-email-ormes.html create mode 100644 html/receipt-email-orthipis.html create mode 100644 html/receipt-email-tetrapis.html create mode 100644 html/receipt-email-usiac.html create mode 100644 html/receipt-email-xyimeasi.html create mode 100644 html/reset-email-aleos.html create mode 100644 html/reset-email-canaotes.html create mode 100644 html/reset-email-dineos.html create mode 100644 html/reset-email-faedra.html create mode 100644 html/reset-email-korlavas.html create mode 100644 html/reset-email-mardaloas.html create mode 100644 html/reset-email-meslerides.html create mode 100644 html/reset-email-ormes.html create mode 100644 html/reset-email-orthipis.html create mode 100644 html/reset-email-tetrapis.html create mode 100644 html/reset-email-usiac.html create mode 100644 html/reset-email-xyimeasi.html create mode 100644 html/welcome-email-aleos.html create mode 100644 html/welcome-email-canaotes.html create mode 100644 html/welcome-email-dineos.html create mode 100644 html/welcome-email-faedra.html create mode 100644 html/welcome-email-korlavas.html create mode 100644 html/welcome-email-mardaloas.html create mode 100644 html/welcome-email-meslerides.html create mode 100644 html/welcome-email-ormes.html create mode 100644 html/welcome-email-orthipis.html create mode 100644 html/welcome-email-tetrapis.html create mode 100644 html/welcome-email-usiac.html create mode 100644 html/welcome-email-xyimeasi.html diff --git a/README.md b/README.md index f98d908..61904da 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# codedmails -Ready to use 50+ responsive HTML email templates +# Codedmails - HTML Email templates + +![Codedmails Banner](https://codedmails.com/images/banner-codedemails.png) + + +***This repository contains the ready to use HTML email templates*** + +**To view each template live, please visit [codedmails]** + +## Support +If you find any bug or issue, feel free to open an issue here. + +**_Happy Emailing! :)_** + +[codedmails]: https://codedmails.com diff --git a/html/.DS_Store b/html/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 + + + + Notificatin [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Notification from Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+ + + + + + +
+ alert icon +
+
+
+

Did you log in from a new device?

+
+
+
+

We noticed your [Coded Mails] account was logged into from a new device. If this was you, you can safely disregard this email.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

When: Sun, Aug 4, 2019, 11:40 AM EDT

+
+
+
+

Where: California, United States

+
+
+
+

Device: Firefox using Mac

+
+
+
+
+ +
+ + + + + + +
+ + + + + + + +
+

+

+ +
+ + + + +
+ + It wasn't you? Review your Account +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/general-email-canaotes.html b/html/general-email-canaotes.html new file mode 100644 index 0000000..b56595b --- /dev/null +++ b/html/general-email-canaotes.html @@ -0,0 +1,537 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Are You Trying To Log In
From a New Device?

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi, Jenny

+
+
+
+

We noticed your [Coded Mails] account was logged into from a new device. If this was you, you can safely disregard this email.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

When:
Sun, Aug 4, 2019, 11:40 AM EDT

+
+
+
+

Where:
California, United States

+
+
+
+

Device:
Firefox using Mac

+
+
+ + + + +
+ + It wasn't you? Review your Account +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
If you need any help, don’t hesitate to reach out to us at hello@codedmails.com!
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/general-email-dineos.html b/html/general-email-dineos.html new file mode 100644 index 0000000..17dabe9 --- /dev/null +++ b/html/general-email-dineos.html @@ -0,0 +1,496 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

Scheduled Maintenance

+
+
+

+

+ +
+
+

Just dropping in to let you know we'll be shutting down our engines for scheduled maintenance on Tuesday the 10th of July between 7:00 and 9:00 GMT.

+
+
+
+

We apologize for any inconvenience this may cause, but even a well-oiled machine needs to be serviced from time to time.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

On the bright side, we'll be back bigger, better and stronger than before.

+
+
+
+

Thanks,
Team Coded mails

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/general-email-faedra.html b/html/general-email-faedra.html new file mode 100644 index 0000000..b2a9643 --- /dev/null +++ b/html/general-email-faedra.html @@ -0,0 +1,471 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+
+

Hey Mike,

+
+
+
+

You have a new support message.

+
+
+
+

Message : It has survived not only five centuries, but the normal behaviour of the loream is not about just the values you get from the mathamatical equation but also...

+
+
+ + + + +
+ Read the complete message +
+
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-aleos.html b/html/newsletter-email-aleos.html new file mode 100644 index 0000000..76784d6 --- /dev/null +++ b/html/newsletter-email-aleos.html @@ -0,0 +1,825 @@ + + + + + Newsletter [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Newsletter from Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

From Codedmails Community

+
+
+

+

+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Triple bottom line milestones emerging leverage cultivate

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Weekly trending topics

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
+

If you don’t wish to recieve these e-mails, unsubscribe here.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-canaotes.html b/html/newsletter-email-canaotes.html new file mode 100644 index 0000000..eeb8c31 --- /dev/null +++ b/html/newsletter-email-canaotes.html @@ -0,0 +1,707 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Hi John Doe,
here is your weekly digest

+
+
+
+

Compassion movements big data and scalable strengthening infrastructure social capital contextualize. Blended value challenges and opportunities dynamic parse.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+ + + + + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-dineos.html b/html/newsletter-email-dineos.html new file mode 100644 index 0000000..c5517b4 --- /dev/null +++ b/html/newsletter-email-dineos.html @@ -0,0 +1,764 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi John,

+
+
+
+

Since the dawn of time, there has been a process to developing web presentations - you start with a design, get it approved by whoever's sitting on the money, then you build from that.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

Janurary 13, 2020

+

God Sea Give Void Wherein Face

+
+
+
+

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-faedra.html b/html/newsletter-email-faedra.html new file mode 100644 index 0000000..f4fe98c --- /dev/null +++ b/html/newsletter-email-faedra.html @@ -0,0 +1,1007 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth...

+
+
+
+ +
+ + + + + + + + + + +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth....

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-korlavas.html b/html/newsletter-email-korlavas.html new file mode 100644 index 0000000..9eca60c --- /dev/null +++ b/html/newsletter-email-korlavas.html @@ -0,0 +1,1152 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ image description +
+
+
+ +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Hi John!
Here is a our weekly digest for this month.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

20 Jobs With High Job Satisfaction Rates

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Lean how creative decisions are made.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Community call for speakers

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth...

+
+
+
+ +
+ + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Increased support for Leaders

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth....

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

EDITORS CHOICE

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+

+

+ +
+
Support   |   Forums   |  Contact   |  Log In
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + + +
+ image description +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-mardaloas.html b/html/newsletter-email-mardaloas.html new file mode 100644 index 0000000..8931a13 --- /dev/null +++ b/html/newsletter-email-mardaloas.html @@ -0,0 +1,922 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ receipt image +
+
+
+

Hi Jane,

+
+
+
+

Here's what happened while you were away.

+
+
+
+

A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Recommended for you:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

20 Jobs With High Job Satisfaction Rates

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Lean how creative decisions are made.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Community call for speakers

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth...

+
+
+
+ +
+ + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Increased support for Leaders

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth....

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

EDITORS CHOICE

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Have questions or need help? Email us at hello@codedmails.com

+
+
+
+ +
+
+ + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+ +
 
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-meslerides.html b/html/newsletter-email-meslerides.html new file mode 100644 index 0000000..2864169 --- /dev/null +++ b/html/newsletter-email-meslerides.html @@ -0,0 +1,817 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+ + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-ormes.html b/html/newsletter-email-ormes.html new file mode 100644 index 0000000..9ff9261 --- /dev/null +++ b/html/newsletter-email-ormes.html @@ -0,0 +1,962 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ Logo +
+
+ +
 
+ +
+ + + + + + +
+ + image description + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Here is your weekly digest

+
+
+
+

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

A collection of textile samples lay spread

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth...

+
+
+
+ +
+ + + + + + + + + + +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth....

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ + + +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Tempora culpa porro labore: In quisquam optio quibusdam fugiat perspiciatis nobis

+
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
© Coded Mails Inc., All Rights Reserved.
+
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/newsletter-email-orthipis.html b/html/newsletter-email-orthipis.html new file mode 100644 index 0000000..7f6eea9 --- /dev/null +++ b/html/newsletter-email-orthipis.html @@ -0,0 +1,945 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

From Codedmails Community

+
+
+

+

+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + +
+
+

Time for some new upgrades to the system.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

How to make everyone happy in the company?

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+ + + + +
+ + + + + + + +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Weekly trending topics

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 12, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+ + + + +
+ + Read more + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+

+

+ +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
+

If you don’t wish to recieve these e-mails, unsubscribe here.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ 123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc. +
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-tetrapis.html b/html/newsletter-email-tetrapis.html new file mode 100644 index 0000000..af22fdd --- /dev/null +++ b/html/newsletter-email-tetrapis.html @@ -0,0 +1,1005 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

Latest from the CodedMails blog

+
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Another month is almost behind us. Which means it's time to present you with some of the great content we've been busy publishing.

+
+
+
+

So what's in the store for you this time?

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

10 marketing psychology techniques to improve your emails

+
+
+
+ +
+ + + + + + + +
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ Read more +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ + + +
+ + + + +
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Weekly trending topics

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+ + + + + + + +
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ Read more +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

123 Medalling Jr., Suite 100, Parrot Park, CA 12345

+
+
+
+

Copyright © 2029 Coded Mails
All rights reserved.

+
+
+
+ +
+ + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-usiac.html b/html/newsletter-email-usiac.html new file mode 100644 index 0000000..2edcfae --- /dev/null +++ b/html/newsletter-email-usiac.html @@ -0,0 +1,1348 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ Logo +
+
+

+

+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
Illustration from Icons8
+
+
+

Welcome to Issue 36!

+
+
+
+

Hi Monika,

+
+
+
+

I’m writing this from a café near my home and the two minutes it took me to walk here.

+
+
+
+

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.

+
+
+
+

The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What's happened to me?" he thought. It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame. It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer.

+
+
+
+

"What's happened to me?" he thought. It wasn't a dream. His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame. It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer.

+
+
+
+

That's it for today. Until next one.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

SPONSORED

+
+
+
+

Journel for mindfulness

+
+
+
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + +
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Interested apps and sites

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Dribbble

+
+
+
+

Design inspiration around the globe

+
+
+
+ +
+ + + + + + +
+ + + + +
+
+

A beautiful, simple health and goal tracker for your iPhone. What I like: black and white design, fancy statistics and visualisations

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Da Tranfo

+
+
+
+

Better data processing

+
+
+
+ +
+ + + + + + +
+ + + + +
+
+

This app gives you powerful data processing features that require little to no technical knowledge: merge, clean, dedupe, and reformat data.

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Pringle

+
+
+
+

Design inspiration around the globe

+
+
+
+ +
+ + + + + + +
+ + + + +
+
+

A beautiful, simple health and goal tracker for your iPhone. What I like: black and white design, fancy statistics and visualisations

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

In case you missed

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + +
+
+

Janurary 13, 2020

+

Targeted progress, innovation entrepreneur catalyze equal opportunity.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Enjoyed this issue?

+
+
+ + + + +
+ Share it +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Support   |   Forums   |  Contact   |  Log In
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/newsletter-email-xyimeasi.html b/html/newsletter-email-xyimeasi.html new file mode 100644 index 0000000..3e6144b --- /dev/null +++ b/html/newsletter-email-xyimeasi.html @@ -0,0 +1,1170 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Coded Mails Monthly

+
+
+
+

The last few months have been busy for us here at Coded mails! From upcoming virtual events opening up our Coded mails for Education program to all learning environments, this month's newsletter recaps all the latest happenings in case you happened to miss them.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Hottest topics of this month

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + +
+
+

Time for some new upgrades to the system.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ Read more +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

How to make everyone happy in the company?

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ Read more +
+
+
+ +
+ + + + +
+ + + + + + + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Weekly trending topics

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Janurary 13, 2020

+

Peaceful, a, social enterprise; inspiring support, shared value fairness.

+
+
+
+

B-corp issue outcomes, blended value do-gooder social intrapreneurship catalyze. Outcomes inclusive social entrepreneur, save the world B-corp or venture philanthropy a but.

+
+
+ + + + +
+ Read more +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + + +
+ +
+
+

Social return on investment unprecedented challenge, gender rights venture philanthropy incubator resilient co-creation youth.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234,
San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-aleos.html b/html/notification-email-aleos.html new file mode 100644 index 0000000..a468537 --- /dev/null +++ b/html/notification-email-aleos.html @@ -0,0 +1,1067 @@ + + + + + Notificatin [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Notification from Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

You got a new notification!

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-canaotes.html b/html/notification-email-canaotes.html new file mode 100644 index 0000000..3efd4d8 --- /dev/null +++ b/html/notification-email-canaotes.html @@ -0,0 +1,899 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ image description +
+
+
+

You got a new
Notification

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi, Jenny

+
+
+
+

We have some new notifications regarding your account.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ more details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ more details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered.

+
+
+ + + + +
+ more details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ more details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
If you need any help, don’t hesitate to reach out to us at hello@codedmails.com!
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-dineos.html b/html/notification-email-dineos.html new file mode 100644 index 0000000..0152ae5 --- /dev/null +++ b/html/notification-email-dineos.html @@ -0,0 +1,1026 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Important Notifications

+
+
+

+

+ +
+
+

Just dropping in to let you know that you got some notificaitons.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Thanks,
Team Coded mails

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-faedra.html b/html/notification-email-faedra.html new file mode 100644 index 0000000..e64f756 --- /dev/null +++ b/html/notification-email-faedra.html @@ -0,0 +1,1088 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hey Mike,

+
+
+
+

You have a new support notification.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-korlavas.html b/html/notification-email-korlavas.html new file mode 100644 index 0000000..4f0c8a8 --- /dev/null +++ b/html/notification-email-korlavas.html @@ -0,0 +1,1015 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ image description +
+
+
+ +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Hi John!

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+

+

+ +
+
Support   |   Forums   |  Contact   |  Log In
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + + +
+ image description +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-mardaloas.html b/html/notification-email-mardaloas.html new file mode 100644 index 0000000..f8c84a6 --- /dev/null +++ b/html/notification-email-mardaloas.html @@ -0,0 +1,753 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi Jane,

+
+
+
+

Here's what happened while you were away.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Have questions or need help? Email us at hello@codedmails.com

+
+
+
+ +
+
+ + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+ +
 
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-meslerides.html b/html/notification-email-meslerides.html new file mode 100644 index 0000000..fef4cb8 --- /dev/null +++ b/html/notification-email-meslerides.html @@ -0,0 +1,946 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+
+

You have a new notification.

+
+
+
+

We have a huge passionate community, and we're excited you're part of it now.

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered.

+
+
+ + + + +
+ + more details + +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-ormes.html b/html/notification-email-ormes.html new file mode 100644 index 0000000..6e85593 --- /dev/null +++ b/html/notification-email-ormes.html @@ -0,0 +1,874 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ Logo +
+
+ +
 
+ +
+ + + + + + +
+ + image description + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi John, you have some unread notifications.

+
+
+
+

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Tempora culpa porro labore: In quisquam optio quibusdam fugiat perspiciatis nobis

+
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
© Coded Mails Inc., All Rights Reserved.
+
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/notification-email-orthipis.html b/html/notification-email-orthipis.html new file mode 100644 index 0000000..01a6e3b --- /dev/null +++ b/html/notification-email-orthipis.html @@ -0,0 +1,1019 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+

+

+ +
+
You have a new notification
+
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you have any questions simply reply to this email and we would be more than happy to reply. :)

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ 123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc. +
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-tetrapis.html b/html/notification-email-tetrapis.html new file mode 100644 index 0000000..41bd81d --- /dev/null +++ b/html/notification-email-tetrapis.html @@ -0,0 +1,1025 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

You have a new notification

+
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

So here are some of the notification you have received?

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + Details + +
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ + Details + +
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + Details + +
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you have any questions simply reply to this email and we would be more than happy to reply. :)

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

We hope you find these resources helpful, and we’ll be in touch again next week with more updates.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

123 Medalling Jr., Suite 100, Parrot Park, CA 12345

+
+
+
+

Copyright © 2029 Coded Mails
All rights reserved.

+
+
+
+ +
+ + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-usiac.html b/html/notification-email-usiac.html new file mode 100644 index 0000000..0641a3d --- /dev/null +++ b/html/notification-email-usiac.html @@ -0,0 +1,1095 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ Logo +
+
+

+

+ +
+
+ +
+ + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
+

Email Notification

+
+
+
+

Seems like you have a new notification from coded mails.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ + more details + +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Support   |   Forums   |  Contact   |  Log In
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/notification-email-xyimeasi.html b/html/notification-email-xyimeasi.html new file mode 100644 index 0000000..12b185e --- /dev/null +++ b/html/notification-email-xyimeasi.html @@ -0,0 +1,907 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

WARNING

+

Item Missing

+
+
+
+

Your item might be out of stock. We will send it as soon as possible.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

ALERT

+

Delivery Cancelled

+
+
+
+

Your order could not be completed and has been cancelled. Your account has not been charged and we apologize for the inconvenience.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

SUCCESS

+

Delivery Complete

+
+
+
+

Your order has been delivered. If you have any question feel free to get in touch with us. We will be happy to assist you.

+
+
+ + + + +
+ More Details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

INFO

+

Item Dispatched

+
+
+
+

Your item left our warehouse. You should receive it soon.

+
+
+ + + + +
+ More details +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234,
San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-aleos.html b/html/receipt-email-aleos.html new file mode 100644 index 0000000..3834f37 --- /dev/null +++ b/html/receipt-email-aleos.html @@ -0,0 +1,704 @@ + + + + + Notificatin [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Notification from Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

Thank you for your order

+
+
+
+

Order Number:234234234 | Order Date: 03-13-2020

+
+
+

+

+ +
+
+

Hi John Doe,
Thank you for your purchase. Please find your order summary below.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Order summary
Product with a longer name 2€19.00
The Second Product 1€10.02
VAT€0
Total€29.02
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+ + + + +
+ Download Receipt +
+
+
+ +
+ + + + +
+ + + + +
+ Track your order +
+
+
+ +
+ + + + +
+
+

You're receiving this email because you made a purchase at Coded Mails. If you have any questions, contact us at help@codedmails.com

+
+
+
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-canaotes.html b/html/receipt-email-canaotes.html new file mode 100644 index 0000000..02f751a --- /dev/null +++ b/html/receipt-email-canaotes.html @@ -0,0 +1,586 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Hi John Doe,
thanks for your order

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Your order (#2342342) was successfully placed and your payment has been processed. Here is your order summary:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Product 1

+

by Company ABC

+
+

x1

+
+

$24.95

+
+

Product 2 / More product info

+

by the Classic Company

+
+

x1

+
+

$39.95

+
+

Subtotal

+
+

$64.90

+
+

Savings

+
+

-$6.48

+
+

Shipping

+
+

$0.00

+
+

Tax

+
+

$3.51

+
Total$61.93
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

If you want to track your order, click the button below.

+
+
+ + + + +
+ Track my order +
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-dineos.html b/html/receipt-email-dineos.html new file mode 100644 index 0000000..4a325c6 --- /dev/null +++ b/html/receipt-email-dineos.html @@ -0,0 +1,648 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Here's your receipt

+
+
+

+

+ +
+
+

Thank you for your order. Please find the order details below:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Date: 03.13.2020 Receipt #: 234234234
+

Product 1 × 1 +

+
$12.00
+

Product 2 × 3 +

+
$14.00
+

Product 3 × 1 +

+
$18.00
Amount paid $44.00
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + +
+ Click here track your order +
+
+
+

If you have any questions or need further information about returns, you can view our return policy.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-faedra.html b/html/receipt-email-faedra.html new file mode 100644 index 0000000..14c8bfd --- /dev/null +++ b/html/receipt-email-faedra.html @@ -0,0 +1,1349 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Thank you for your order, John Doe

+
+
+
+

Your order was successfully placed and your payment has been processed. Here is your order summary:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

December 18, 2020

+
+
+
+ +
+ + + + +
+
+

Order No: 788233

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Items Ordered

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + +
+
+

Product Name

+
+
+
+

Size: 32X30 Athletic

+
+
+
+

Color: Slate Grey

+
+
+
+

Qty: 2

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + +
+
+

Product Name

+
+
+
+

Size: 32X30 Athletic

+
+
+
+

Color: Slate Grey

+
+
+
+

Qty: 2

+
+
+
+ +
+ + + + +
+
+

$32.00

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + +
+
+ +
+ + + + + + + + + + + + + +
+
+

Product Name

+
+
+
+

Size: 32X30 Athletic

+
+
+
+

Color: Slate Grey

+
+
+
+

Qty: 2

+
+
+
+ +
+ + + + +
+
+

$68.00

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Discount

+

Subtotal

+

Tax

+
+
+
+ +
+ + + + +
+
+

$5.00

+

$233.00

+

$20.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Total

+
+
+
+ +
+ + + + +
+
+

$253.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + + + + +
+
+

Billing Info

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ + + + + + + +
+
+

Shipping address

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-korlavas.html b/html/receipt-email-korlavas.html new file mode 100644 index 0000000..abbf0da --- /dev/null +++ b/html/receipt-email-korlavas.html @@ -0,0 +1,842 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ image description +
+
+
+ +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hi John!
Thank you for you order

+
+
+
+

Your order (#2342342) was successfully placed and your payment has been processed. Here is your order summary:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Product 1

+

by Company ABC

+
+

x1

+
+

$24.95

+
+

Product 2 / More product info

+

by the Classic Company

+
+

x1

+
+

$39.95

+
+

Subtotal

+
+

$64.90

+
+

Savings

+
+

-$6.48

+
+

Shipping

+
+

$0.00

+
+

Tax

+
+

$3.51

+
Total$61.93
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+

+

+ +
+
Support   |   Forums   |  Contact   |  Log In
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + + +
+ image description +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-mardaloas.html b/html/receipt-email-mardaloas.html new file mode 100644 index 0000000..24690ea --- /dev/null +++ b/html/receipt-email-mardaloas.html @@ -0,0 +1,1109 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ receipt image +
+
+
+

Thanks for your order

+
+
+
+

Your order was successfully placed and your payment has been processed.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Items Ordered

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Discount

+

Subtotal

+

Tax

+
+
+
+ +
+ + + + +
+
+

$5.00

+

$233.00

+

$20.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Total

+
+
+
+ +
+ + + + +
+
+

$253.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + + + + +
+
+

Billing Info

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ + + + + + + +
+
+

Shipping address

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Have questions or need help? Email us at hello@codedmails.com

+
+
+
+ +
+
+ + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+ +
 
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-meslerides.html b/html/receipt-email-meslerides.html new file mode 100644 index 0000000..e2929ad --- /dev/null +++ b/html/receipt-email-meslerides.html @@ -0,0 +1,681 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + +
+
+

Receipt from codedmails

+
+
+
+

Your order is processed, addressed and mailed in 1-2 business days and should arrive within 3-7 days. We'll send you an email when it's gone out.

+
+
+
+

For your reference, the summary of your order is:

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Order summary
+

Product 1

+
1€19.00
+

Product 2

+
4€29.00
+

Product 3

+
2€31.00
+

Subtotal

+

VAT

+

Discount

+
+

€79.00

+

€0.00

+

€0.00

+
+

Total

+
+

€79.00

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-ormes.html b/html/receipt-email-ormes.html new file mode 100644 index 0000000..d63be57 --- /dev/null +++ b/html/receipt-email-ormes.html @@ -0,0 +1,1153 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ Logo +
+
+ +
 
+ +
+ + + + + + +
+ + image description + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Order Confirmation

+
+
+
+

Thank you for your order! A record of your purchase information appears below. Please keep this email as the confirmation of your order.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Items Ordered

+

Date: 12-23-2019

+

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Product Name

+

decription

+
+
+
+ +
+ + + + +
+
+

$28.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Discount

+

Subtotal

+

Tax

+
+
+
+ +
+ + + + +
+
+

$5.00

+

$233.00

+

$20.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + +
+
+

Total

+
+
+
+ +
+ + + + +
+
+

$253.00

+
+
+
+ +
+ +
+
+ +
+ + + + + + +
+ +
+ +
+ + + + + + + +
+
+

Billing Info

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ + + + + + + +
+
+

Shipping address

+
+
+
+

John Doe
123 New St
Alexender Platz, Berlin
22330
Germany
+

+
+
+
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

Tempora culpa porro labore: In quisquam optio quibusdam fugiat perspiciatis nobis

+
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
© Coded Mails Inc., All Rights Reserved.
+
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/receipt-email-orthipis.html b/html/receipt-email-orthipis.html new file mode 100644 index 0000000..f26e20c --- /dev/null +++ b/html/receipt-email-orthipis.html @@ -0,0 +1,634 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+

+

+ +
+
Thank you for your order.
+
+
Your order was successfully placed and your payment has been processed. Here is your order summary:
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Product 1

+

by Company ABC

+
+

x1

+
+

$24.95

+
+

Product 2 / More product info

+

by the Classic Company

+
+

x1

+
+

$39.95

+
+

Subtotal

+
+

$64.90

+
+

Savings

+
+

-$6.48

+
+

Shipping

+
+

$0.00

+
+

Tax

+
+

$3.51

+
Total$61.93
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you have any questions or need further information about returns, you can view our return policy.

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ 123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc. +
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-tetrapis.html b/html/receipt-email-tetrapis.html new file mode 100644 index 0000000..bb92f8f --- /dev/null +++ b/html/receipt-email-tetrapis.html @@ -0,0 +1,664 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ +
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

Hello Jane,

+
+
+
+

Your order (No. 113234) is on the way to you. Track your shipment to see the delivery status.

+
+
+
+ +
+ + + + +
+ + + + +
+

Track order

+
+
+
+ +
+ + + + +
+ + + + +
+

Download Receipt

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Order summary
Product with a longer name 2€19.00
The Second Product 1€10.02
VAT€0
Total€29.02
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

You're receiving this email because you made a purchase at Coded Mails. If you have any questions, contact us at help@codedmails.com

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

123 Medalling Jr., Suite 100, Parrot Park, CA 12345

+
+
+
+

Copyright © 2029 Coded Mails
All rights reserved.

+
+
+
+ +
+ + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-usiac.html b/html/receipt-email-usiac.html new file mode 100644 index 0000000..8df1e36 --- /dev/null +++ b/html/receipt-email-usiac.html @@ -0,0 +1,693 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ Logo +
+
+

+

+ +
+
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
Illustration from Icons8
+
+
+

Thank you for your order

+
+
+
+

Hi Monika,

+
+
+
+

Your order has been received and is now being processed. Your order details are shown below for your reference:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Product 1

+

by Company ABC

+
+

x1

+
+

$24.95

+
+

Product 2 / More product info

+

by the Classic Company

+
+

x1

+
+

$39.95

+
+

Subtotal

+
+

$64.90

+
+

Savings

+
+

-$6.48

+
+

Shipping

+
+

$0.00

+
+

Tax

+
+

$3.51

+
Total$61.93
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

If you want to track your order, click the button below.

+
+
+ + + + +
+ Track my order +
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Support   |   Forums   |  Contact   |  Log In
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/receipt-email-xyimeasi.html b/html/receipt-email-xyimeasi.html new file mode 100644 index 0000000..4887191 --- /dev/null +++ b/html/receipt-email-xyimeasi.html @@ -0,0 +1,683 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
Hi John,
Thank you for your order.
+
+
+

Your order (#2233343) was successfully placed and your payment has been processed. Here is your order summary:

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Order summary
Product with a longer name 2€19.00
The Second Product 1€10.02
VAT€0
Total€29.02
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234,
San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-aleos.html b/html/reset-email-aleos.html new file mode 100644 index 0000000..b7d8277 --- /dev/null +++ b/html/reset-email-aleos.html @@ -0,0 +1,537 @@ + + + + + Notificatin [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Notification from Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

Reset your password

+
+
+
+

Hi, John, Seems like you forgot your Coded Mails password. To reset it, just click the button below.

+
+
+ + + + +
+ + Reset my password + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you didn't requested the password reset, kindly ignore this email. ;)

+
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-canaotes.html b/html/reset-email-canaotes.html new file mode 100644 index 0000000..fe5f829 --- /dev/null +++ b/html/reset-email-canaotes.html @@ -0,0 +1,428 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Reset your
Coded Mails
Password

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+
+

Need to reset your password? No problem. Just click below to get started.

+
+
+ + + + +
+ Reset your password +
+
+
+

If you didn't request to change your password, you don't have to do anything.

+
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-dineos.html b/html/reset-email-dineos.html new file mode 100644 index 0000000..ca477f7 --- /dev/null +++ b/html/reset-email-dineos.html @@ -0,0 +1,417 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+
+

Change Your Password

+
+
+

+

+ +
+
+

We got your request to change your password!

+
+
+
+

Just so you know: You have 24 hours to pick your password. After that, you'll have to ask for a new one.

+
+
+ + + + +
+ Reset my pasword +
+
+
+

Didn't ask for a new password? You can ignore this email.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-faedra.html b/html/reset-email-faedra.html new file mode 100644 index 0000000..63d0c56 --- /dev/null +++ b/html/reset-email-faedra.html @@ -0,0 +1,474 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+
+

Reset your Password

+
+
+
+

Hi John,

+

We’ve received a request to reset the password for the Coded Mails account. No changes have been made to your account yet. You can reset your password by clicking the link below:

+
+
+ + + + +
+ Reset your password +
+
+
+

If you did not request a new password, please let us know immediately by replying to this email.

+
+
+
+

Thanks,
Coded Mails

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-korlavas.html b/html/reset-email-korlavas.html new file mode 100644 index 0000000..daf1779 --- /dev/null +++ b/html/reset-email-korlavas.html @@ -0,0 +1,678 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ image description +
+
+
+ +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

Hi John!
Need to Reset your password?

+
+
+
No problem! Just click the button below and you’ll be on your way. If you did not make this request, please ignore this email.

+
+
+ + + + +
+ Reset your password +
+
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+

+

+ +
+
Support   |   Forums   |  Contact   |  Log In
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + + +
+ image description +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-mardaloas.html b/html/reset-email-mardaloas.html new file mode 100644 index 0000000..c2902ee --- /dev/null +++ b/html/reset-email-mardaloas.html @@ -0,0 +1,428 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ image alt text +
+
+
+

Illustration by Icons8

+
+
+
+

Reset Password

+
+
+
+

Need to reset your password? No problem. Just click below to get started.

+
+
+ + + + +
+ Reset my password +
+
+
+

If you didn't request to change your password, you don't have to do anything.

+
+
+
+ +
+
+ + + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+ +
 
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-meslerides.html b/html/reset-email-meslerides.html new file mode 100644 index 0000000..80942aa --- /dev/null +++ b/html/reset-email-meslerides.html @@ -0,0 +1,531 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + +
+
+

Reset your password?

+
+
+
No problem! Just click the button below and you’ll be on your way. If you did not make this request, please ignore this email.

+
+
+ + + + +
+ Reset your password +
+
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-ormes.html b/html/reset-email-ormes.html new file mode 100644 index 0000000..5bab957 --- /dev/null +++ b/html/reset-email-ormes.html @@ -0,0 +1,452 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ Logo +
+
+ +
 
+ +
+ + + + + + +
+ + image description + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Request to reset your password.

+
+
+
+

Use the button below to set up a new password for your account. If you did not request to reset your password, ignore this email and the link will expire on its own.

+
+
+ + + + +
+ Reset your password +
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
© Coded Mails Inc., All Rights Reserved.
+
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/reset-email-orthipis.html b/html/reset-email-orthipis.html new file mode 100644 index 0000000..2c933e0 --- /dev/null +++ b/html/reset-email-orthipis.html @@ -0,0 +1,437 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+

+

+ +
+
Need to reset your password?
+
+
+

No problem! Just click the button below and you’ll be on your way. If you did not make this request, please ignore this email.

+
+
+ + + + +
+ Reset your password +
+
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ 123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc. +
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-tetrapis.html b/html/reset-email-tetrapis.html new file mode 100644 index 0000000..a94fcc9 --- /dev/null +++ b/html/reset-email-tetrapis.html @@ -0,0 +1,568 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

Hello Jane,

+
+
+
+

We’ve received a request to reset the password for the Coded Mails account associated with hello@domain.com.

+
+
+
+

You can reset your password by clicking the link below:

+
+
+ + + + +
+ Reset your password +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you did not request a new password, please let us know immediately by replying to this email.

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

123 Medalling Jr., Suite 100, Parrot Park, CA 12345

+
+
+
+

Copyright © 2029 Coded Mails
All rights reserved.

+
+
+
+ +
+ + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-usiac.html b/html/reset-email-usiac.html new file mode 100644 index 0000000..944ebdc --- /dev/null +++ b/html/reset-email-usiac.html @@ -0,0 +1,522 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ Logo +
+
+

+

+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
Illustration from Icons8
+
+
+

Reset Password

+
+
+
+

Hi Monika,

+
+
+
+

We’ve received a request to reset the password for the Coded Mails account associated with hello@codedmails.com. No changes have been made to your account yet. You can reset your password by clicking the link below:

+
+
+ + + + +
+ Reset my password +
+
+
Didn't requested the password reset? Let us know at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Support   |   Forums   |  Contact   |  Log In
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/reset-email-xyimeasi.html b/html/reset-email-xyimeasi.html new file mode 100644 index 0000000..0608d03 --- /dev/null +++ b/html/reset-email-xyimeasi.html @@ -0,0 +1,583 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Reset your password?
+
+
Seems like you forgot your Coded Mails password. To reset it, just click the button below.
+
+ + + + +
+ Reset Password +
+
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234,
San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-aleos.html b/html/welcome-email-aleos.html new file mode 100644 index 0000000..b415856 --- /dev/null +++ b/html/welcome-email-aleos.html @@ -0,0 +1,452 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+

Welcome to [Coded Mails]

+
+
+
+

Please click the button below to complete your registration. Once you have completed the process, you can start using our service.

+
+
+ + + + +
+ Complete your registration +
+
+
+

If you have any questions simply reply to this email and we would be more than happy to reply. :)

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails] GmbH, All rights reserved
Email: support@codedmails.com
Web: www.codedmails.com
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-canaotes.html b/html/welcome-email-canaotes.html new file mode 100644 index 0000000..0fc048d --- /dev/null +++ b/html/welcome-email-canaotes.html @@ -0,0 +1,429 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ image description +
+
+
+

Welcome to
Coded Mails!

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+
We have approved your request and we are really excited to welcome you.
+
+
Click on the link below to complete your registration and get started!
+
+ + + + +
+ Complete registration +
+
+
If you need any help, don’t hesitate to reach out to us at hello@codedmails.com!
+
+
Team Coded Mails
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+

+

+ +
+
Have questions or need help? Email us at info@codedmails.com
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-dineos.html b/html/welcome-email-dineos.html new file mode 100644 index 0000000..a6ba557 --- /dev/null +++ b/html/welcome-email-dineos.html @@ -0,0 +1,740 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ +
 
+ +
+ + + + + + +
+ +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + + + +
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+
+

Hi John, Welcome to [Coded Mails]

+
+
+

+

+ +
+
Here are the next steps to get you started:
+
+
+

1. Verify Your Account

+
+
+
To ensure you're legitimate and not a fake person, please verify your account by clicking the button below.
+
+ + + + +
+ Verify my account +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

2. Complete your profile

+
+
+
To ensure you're legitimate and not a fake person, please verify your account by clicking the button below.
+
+ + + + +
+ Complete my profile +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

3. Download our app

+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

4. Follow us

+
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Thank you and welcome onboard :)
+
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234, San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-faedra.html b/html/welcome-email-faedra.html new file mode 100644 index 0000000..5df8c4b --- /dev/null +++ b/html/welcome-email-faedra.html @@ -0,0 +1,466 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
+

Welcome to [Coded Mails]

+
+
+
+

Please click the button below to complete your registration. Once you have completed the process, you can start using our service.

+
+
+ + + + +
+ Complete your registration +
+
+
+

If you have any questions simply reply to this email and we would be more than happy to reply. :)

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-korlavas.html b/html/welcome-email-korlavas.html new file mode 100644 index 0000000..55f7343 --- /dev/null +++ b/html/welcome-email-korlavas.html @@ -0,0 +1,676 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ image description +
+
+
+ +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+
+

Hi John!
Thank you for signing up and welcome to Coded Mails!

+
+
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
+
+
Click on the link below to complete your registration and get started!
+
+ + + + +
+ Complete registration +
+
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+

+

+ +
+
Support   |   Forums   |  Contact   |  Log In
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + + +
+ image description +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-mardaloas.html b/html/welcome-email-mardaloas.html new file mode 100644 index 0000000..493bfc3 --- /dev/null +++ b/html/welcome-email-mardaloas.html @@ -0,0 +1,416 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
+

Lets create something amazing!

+
+
+
+

Welcome to [Coded Mails], John Doe! Before we get started, please confirm your email address.

+
+
+ + + + +
+ Confirm my Email +
+
+
+

Have questions or need help? Email us at hello@codedmails.com +

+
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+ +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+ +
 
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/welcome-email-meslerides.html b/html/welcome-email-meslerides.html new file mode 100644 index 0000000..15b3fbe --- /dev/null +++ b/html/welcome-email-meslerides.html @@ -0,0 +1,542 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ Logo +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ welcome image +
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + + + + + + + + + + +
+
+

welcome to codedmails

+
+
+
+

We have a huge passionate community, and we're excited you're part of it now.

+
+
+
+

Before we get started, we'll need to confirm your email.

+
+
+ + + + +
+ Confirm my Email +
+
+
+

Have questions or need help? Email us at hello@codedmails.com +

+
+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + + + + +
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+
+ +
+ + + + + + +
+ + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ +
 
+ +
+
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-ormes.html b/html/welcome-email-ormes.html new file mode 100644 index 0000000..cc6fdaf --- /dev/null +++ b/html/welcome-email-ormes.html @@ -0,0 +1,466 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + + +
+ Logo +
+
+ +
 
+ +
+ + + + + + +
+ + image description + +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + +
+
+

John, welcome onboard

+
+
+
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quia a assumenda nulla in quisquam optio quibusdam fugiat perspiciatis nobis, ad tempora culpa porro labore. Repudiandae accusamus obcaecati voluptatibus accusantium perspiciatis.
+
+
Tempora culpa porro labore. Repudiandae accusamus obcaecati voluptatibus accusantium perspiciatis:
+
+
+
    +
  • Lorem ipsum dolor: Sit amet consectetur adipisicing elit.
  • +
  • Quia a assumenda nulla: Repudiandae accusamus obcaecati voluptatibus accusantium perspiciatis.
  • +
  • Tempora culpa porro labore: In quisquam optio quibusdam fugiat perspiciatis nobis.
  • +
+
+
+ + + + +
+ Complete your registration +
+
+
+ +
+
+ + + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
© Coded Mails Inc., All Rights Reserved.
+
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/html/welcome-email-orthipis.html b/html/welcome-email-orthipis.html new file mode 100644 index 0000000..14ce8e8 --- /dev/null +++ b/html/welcome-email-orthipis.html @@ -0,0 +1,435 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ +
+
+

+

+ +
+
Welcome to [Coded Mails]
+
+
Please click the button below to complete your registration. Once you have completed the process, you can start using our service.
+
+ + + + +
+ Complete your registration +
+
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+ 123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc. +
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-tetrapis.html b/html/welcome-email-tetrapis.html new file mode 100644 index 0000000..2b711e9 --- /dev/null +++ b/html/welcome-email-tetrapis.html @@ -0,0 +1,559 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + +
+ + + + +
+ + + + + + +
+ +
+
+
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+
+

Welcome to [Coded Mails]

+
+
+
Please click the button below to complete your registration. Once you have completed the process, you can start using our service.
+
+ + + + +
+ Complete your registration +
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+
+

If you have any questions simply reply to this email and we would be more than happy to reply. :)

+
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + +
+
+

123 Medalling Jr., Suite 100, Parrot Park, CA 12345

+
+
+
+

Copyright © 2029 Coded Mails
All rights reserved.

+
+
+
+ +
+ + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-usiac.html b/html/welcome-email-usiac.html new file mode 100644 index 0000000..825af10 --- /dev/null +++ b/html/welcome-email-usiac.html @@ -0,0 +1,518 @@ + + + + + Welcome to Coded Mails + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ Logo +
+
+

+

+ +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ welcome image +
+
+
Illustration from Icons8
+
+
+

Welcome to Coded Mails!

+
+
+
You're almost ready to get going, we just need to verify your email before starting. Visit this link in your browser to confirm your address.
+
+
Or click on the button below to complete your registration and get started!
+
+ + + + +
+ Complete registration +
+
+
Have questions or need help? Email us at hello@codedmails.com
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Support   |   Forums   |  Contact   |  Log In
+
+
123 Medalling Jr., Suite 100, Parrot Park, CA 12345
© 2020 [Coded Mails] Inc.
+
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + dribbble-logo + +
+
+ +
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file diff --git a/html/welcome-email-xyimeasi.html b/html/welcome-email-xyimeasi.html new file mode 100644 index 0000000..985462a --- /dev/null +++ b/html/welcome-email-xyimeasi.html @@ -0,0 +1,583 @@ + + + + + Welcome to [Coded Mails] + + + + + + + + + + + + + + + + + + +
Preview - Welcome to Coded Mails
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+
+ + + + + + +
+ +
+ + + + + + + +
+ + + + + + +
+ +
+
+ +
 
+ +
+
+ +
+
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + + + + +
+
Welcome to [Coded Mails]
+
+
Please click the button below to complete your registration. Once you have completed the process, you can start using our service.
+
+ + + + +
+ Complete your registration +
+
+
If you have any questions simply reply to this email and we would be more than happy to reply. :)
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ +
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ + + + + +
+ + + + +
+ + twitter-logo + +
+
+ + + + + +
+ + + + +
+ + facebook-logo + +
+
+ + + + + +
+ + + + +
+ + instagram-logo + +
+
+ + + + + +
+ + + + +
+ + youtube-logo + +
+
+ +
+
© 2020 [Coded Mails], Inc. 123 Louise St. #1234,
San Francisco, CA 12221
+
+
Update your email preferences to choose the types of emails you receive, or you can unsubscribe from all future emails.
+
+
+ +
+
+ +
+ + + + + + +
+ +
+ + + + +
+ +
 
+ +
+
+ +
+
+ +
+ + + \ No newline at end of file