diff options
Diffstat (limited to 'test/functional/messages/transactional.eml')
-rw-r--r-- | test/functional/messages/transactional.eml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/functional/messages/transactional.eml b/test/functional/messages/transactional.eml new file mode 100644 index 000000000..e227aaa77 --- /dev/null +++ b/test/functional/messages/transactional.eml @@ -0,0 +1,18 @@ +From: noreply@example.com +To: user@example.org +Subject: Password Reset Request +Date: Thu, 21 Jul 2023 11:00:00 +0000 +Message-ID: <pwd-reset-456@example.com> +MIME-Version: 1.0 +Content-Type: text/plain + +Hello, + +You have requested a password reset for your account. + +Click here to reset your password: https://example.com/reset?token=abc123 + +This link expires in 24 hours. + +Best regards, +Security Team
\ No newline at end of file |