Created script.
This commit is contained in:
15
templates/plain.txt
Normal file
15
templates/plain.txt
Normal file
@ -0,0 +1,15 @@
|
||||
$subject
|
||||
|
||||
$greeting $participant!
|
||||
|
||||
You are buying a gift for $gift_recipient.
|
||||
|
||||
That they have given the following preferences for their gift:
|
||||
|
||||
$preference
|
||||
|
||||
I hope you enjoy the secret Santa!
|
||||
|
||||
$sender
|
||||
|
||||
This is an automatically generated email. Please do not reply to this address as it will not be monitored.
|
45
templates/rich.html
Normal file
45
templates/rich.html
Normal file
@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>
|
||||
$subject
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
$subject
|
||||
</h1>
|
||||
<h2>
|
||||
$greeting $participant!
|
||||
</h2>
|
||||
<p>
|
||||
You are buying a gift for
|
||||
<strong>
|
||||
$gift_recipient
|
||||
</strong>
|
||||
.
|
||||
</p>
|
||||
<p>
|
||||
That they have given the following preferences for their gift:
|
||||
<p>
|
||||
<strong>
|
||||
$preference
|
||||
</strong>
|
||||
</p>
|
||||
</p>
|
||||
<p>
|
||||
I hope you enjoy the secret Santa!
|
||||
</p>
|
||||
<p>
|
||||
$sender
|
||||
</p>
|
||||
<p>
|
||||
<strong>
|
||||
This is an automatically generated email.
|
||||
Please do not reply to this address as it will not be monitored.
|
||||
</strong>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user