-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: automike <[email protected]>
- Loading branch information
1 parent
33fd7eb
commit 09e2376
Showing
4 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
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
Binary file modified
BIN
+413 Bytes
(100%)
src/test/resources/unittesting/artifact/data/unitTest_webmail.data.xlsx
Binary file not shown.
14 changes: 14 additions & 0 deletions
14
src/test/resources/unittesting/artifact/data/unitTest_webmail.mail.template.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"sender": { | ||
"email": "${sib.sender}" | ||
}, | ||
"to": [ { "email": "${webmail.inbox}@mailinator.com" } ], | ||
"htmlContent": "<!DOCTYPE html><html><body>${sib.content}</body></html>", | ||
"subject": "${sib.subject}", | ||
"replyTo": { "email": "${sib.replyTo}" }, | ||
"headers": { | ||
"sender.ip": "1.2.3.4", | ||
"X-Mailin-custom": "nexial", | ||
"idempotencyKey": "nexial-$(sysdate|now|epoch)" | ||
} | ||
} |
Binary file modified
BIN
+174 Bytes
(100%)
src/test/resources/unittesting/artifact/script/unitTest_webmail.xlsx
Binary file not shown.