diff --git a/qa.md b/qa.md index f284d9f..bc91776 100644 --- a/qa.md +++ b/qa.md @@ -1467,6 +1467,10 @@ EXPECTED RESPONSE: {"type":"email", "to": ["Shivashankar "], "from": "info@teskalabs.com", "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}} +'WITHOUT FROM' + +{"type":"email", "to": ["Shivashankar "], "body":{"template":"/Templates/Export.md", "params":{"name": "I am testing a template", "error": "None" }}} + 'MARKDOWN-WRAPPER' {"type":"email", "to": ["Shivashankar "], "from": "info@teskalabs.com", "body":{"template":"/Templates/Email/message.md", "params":{"name": "I am testing a template", "error": "None" }}}