|
| 1 | +<html> |
| 2 | +<head> |
| 3 | + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 4 | + <title>Failed to launch !</title> |
| 5 | +</head> |
| 6 | +<div style="font-family: sans-serif; font-size: 14px; color: #8a9ca2;"> |
| 7 | +<body bgcolor="#eaf0f2"> |
| 8 | + <table cellspacing="0" cellpadding="0" border="0" width="100%"> |
| 9 | + <tr> |
| 10 | + <td bgcolor="#eaf0f2" align="center"> |
| 11 | + <table width="650px" cellspacing="0" cellpadding="3" class="container"> |
| 12 | + <tr> |
| 13 | + <td align="center"> |
| 14 | + <img style="margin: 30px;" src="{{.logo}}"> |
| 15 | + </td> |
| 16 | + </tr> |
| 17 | + <tr> |
| 18 | + <td align="center"> |
| 19 | + <h3 style="font-size: 28px; font-weight: normal;">Hey <b>{{.email}}</b></h3> |
| 20 | + <table width="500px" cellspacing="0" cellpadding="3" > |
| 21 | + <tr style=" background-color: #fff;"> |
| 22 | + <td align="center" width="30%"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/piggy-bank-icon.png"></td> |
| 23 | + <td align="left" style="padding: 41px;padding-top: 3px;padding-bottom: 43px;" > |
| 24 | + <h2 style="margin: 30px 0px;"> Failed !</h2> |
| 25 | + <p>I hope you're having a great day today. There are some issues on your account that need your attention. There is an invoice(s) that are past due on your account. Please be aware that any invoices more than {{.SoftGracePeriod}} days OR credit {{.SoftLimit}} amount past due are subject to {{.SoftAction}} and more than {{.HardGracePeriod}} days OR credit {{.HardLimit}} amount past due are subject to {{.HardAction}}.</p> |
| 26 | + |
| 27 | + <p>GENERATED AT: {{.action_trigger_at}}</p> |
| 28 | + <p>DUE DATE: {{.next_action_due_at}}</p> |
| 29 | + |
| 30 | + <p>This mail is to intimate for {{.action}}</p> |
| 31 | + |
| 32 | + <p>If next due over dated {{.appname}} will be {{.next_action}}.</p> |
| 33 | + |
| 34 | + <p>If you can please make a payment on your outstanding invoices to avoid cancellation of your services we would greatly appreciate it.</p> |
| 35 | + |
| 36 | + <p>If your account balance is zero and your invoice still shows as unpaid, you may need to apply credit to the invoice. </p> |
| 37 | + |
| 38 | + <p>Please be aware that any servers that are reconnected after termination will incur a $10 reconnection fee.</p> </td> |
| 39 | + </tr> |
| 40 | + </table > |
| 41 | + <table width="500px" cellspacing="0" cellpadding="3" style=" background-color: #fff;" > |
| 42 | + |
| 43 | + <td align="center" style="padding: 45px;"> |
| 44 | + <a href="{{.nilavu}}"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/add_funds.png"></a> |
| 45 | + </td> |
| 46 | + </tr> |
| 47 | + </table> |
| 48 | + </td> |
| 49 | + </tr> |
| 50 | + <tr align="center"> |
| 51 | + <td width="28px" style="padding: 30px;"> |
| 52 | + <a href="https://www.github.com/megamsys"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/git.png"></a> |
| 53 | + <a href="https://plus.google.com/105742854503471299978/about"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/plus.png"></a> |
| 54 | + <a href="https://facebook.com/megamsys"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/fb.png"></a> |
| 55 | + <a href="https://twitter.com/megamsys"><img src="https://s3-ap-southeast-1.amazonaws.com/megampub/images/mailers/twitter.png"></a> |
| 56 | + </td> |
| 57 | + </tr> |
| 58 | + <tr align="center"> |
| 59 | + <td style="padding: 30px;"> |
| 60 | + <p>© Megam 2017 All rights reserved.</p> |
| 61 | + </td> |
| 62 | + </tr> |
| 63 | + </table> |
| 64 | + </td> |
| 65 | + </tr> |
| 66 | + </table> |
| 67 | +</body> |
| 68 | +</div> |
| 69 | +</html> |
0 commit comments