-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from teknologi-umum/feat/mail/due-payment-format
coklat panas 1
- Loading branch information
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | ||
|
||
<head> | ||
<meta content="IE=edge" http-equiv="X-UA-Compatible" /> | ||
<meta content="width=device-width,initial-scale=1 user-scalable=yes" name="viewport" /> | ||
<meta content="telephone=no, date=no, address=no, email=no, url=no" name="format-detection" /> | ||
<meta name="x-apple-disable-message-reformatting" /> | ||
<meta charset="UTF-8" /> | ||
<!--[if mso]> | ||
<noscript> | ||
<xml> | ||
<o:OfficeDocumentSettings> | ||
<o:PixelsPerInch>96</o:PixelsPerInch> | ||
</o:OfficeDocumentSettings> | ||
</xml> | ||
</noscript> | ||
<![endif]--> | ||
|
||
<style> | ||
.quote { | ||
font: 14px/22px normal helvetica, sans-serif; | ||
margin-top: 10px; | ||
margin-bottom: 10px; | ||
margin-left: 50px; | ||
padding-left: 15px; | ||
border-left: 3px solid #ccc; | ||
} | ||
|
||
/* Solid border */ | ||
hr.solid { | ||
border-top: 3px solid #bbb; | ||
} | ||
|
||
* { | ||
font-family: "Rubik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, | ||
Cantarell, "Open Sans", "Helvetica Neue", sans-serif; | ||
} | ||
</style> | ||
<title>TeknumConf - Payment Due in [input-day] days!</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<h1>Hello, {{ name }} 👋</h1> | ||
<p> | ||
Terima kasih atas antusias kamu terhadap TeknumConf 2023. | ||
|
||
Kami ingin mengingatkan Anda bahwa <b>batas akhir pembayaran untuk acara TeknumConf 2023 adalah pada tanggal 14 | ||
October 2023</b>. Ayo segera amankan tiket Anda sekarang👀. | ||
</p> | ||
|
||
<h3>Bagaimana cara pembayaran tiketnya?</b> | ||
|
||
<p>Kamu hanya perlu melakukan transfer sebanyak Rp. 100.000,- ke salah satu rekening berikut:</p> | ||
|
||
{{ bankAccounts }} | ||
|
||
<p> | ||
Setelah melakukan pembayaran, jangan lupa unggah bukti pembayaran Anda di tautan | ||
<b><a href="https://conf.teknologiumum.com/pay" target="_blank">berikut ini</a></b>. | ||
</p> | ||
|
||
<h3>Saya sudah bayar, kok saya dapat email ini?</h3> | ||
|
||
<p>Mungkin kami salah, namun sebaiknya kamu segera konfirmasi lagi dengan cara membalas email ini. Kamu juga | ||
bisa upload ulang ke link bukti pembayaran diatas.</p> | ||
|
||
|
||
<p> | ||
Jika kamu memiliki pertanyaan, jangan ragu untuk menghubungi kami melalui email | ||
[email protected]. | ||
</p> | ||
|
||
<p><strong>Sampai jumpa di Teknum Conference!</strong></p> | ||
|
||
<footer> | ||
<p><small>Best regards, <br />Reinaldy<br />From the team at <a | ||
href="https://conf.teknologiumum.com">TeknumConf | ||
2023</a></small></p> | ||
<img alt="Teknum Conference logo" | ||
src="https://raw.githubusercontent.com/teknologi-umum/conf/master/frontend/assets/images/logo.jpg" | ||
style="width: 50%; max-width: 480px" /> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Hello, {{ name }} 👋 | ||
|
||
Terima kasih atas antusias kamu terhadap TeknumConf 2023. Kami ingin mengingatkan Anda bahwa batas akhir pembayaran untuk acara TeknumConf 2023 adalah pada tanggal 14 October 2023. Ayo segera amankan tiket Anda sekarang👀. | ||
|
||
Bagaimana cara pembayaran tiketnya? | ||
Kamu hanya perlu melakukan transfer sebanyak Rp. 100.000,- ke salah satu rekening berikut: | ||
|
||
{{ bankAccounts }} | ||
|
||
Setelah melakukan pembayaran, jangan lupa unggah bukti pembayaran Anda di tautan berikut ini. | ||
|
||
Saya sudah bayar, kok saya dapat email ini? | ||
Mungkin kami salah, namun sebaiknya kamu segera konfirmasi lagi dengan cara membalas email ini. Kamu juga bisa upload ulang ke link bukti pembayaran diatas. | ||
|
||
Jika kamu memiliki pertanyaan, jangan ragu untuk menghubungi kami melalui email [email protected]. | ||
|
||
Sampai jumpa di Teknum Conference! | ||
|
||
Best regards, | ||
Reinaldy | ||
From the team at TeknumConf 2023 |