Skip to content

Instantly share code, notes, and snippets.

@darrensapalo
Last active June 10, 2021 23:21
Show Gist options
  • Save darrensapalo/715204b86d0914b1bb21ae792bc4eddb to your computer and use it in GitHub Desktop.
Save darrensapalo/715204b86d0914b1bb21ae792bc4eddb to your computer and use it in GitHub Desktop.
Sample disbursed email template
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Successfully disbursed</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
Your remittance of amount {{amount}} was successfully transferred to {{recipient}}.
Thank you for transacting with Bayani Pay.
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment