Last active
June 10, 2021 23:21
-
-
Save darrensapalo/715204b86d0914b1bb21ae792bc4eddb to your computer and use it in GitHub Desktop.
Sample disbursed email template
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
<!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