# Part 1
# go to Admin Console
# go to {nav Website & Content > E-mail Templates} section
# use `Add` toolbar button to open new e-mail template creation page
# on `General` tab enter following:
* `Template Name` - `TEST.EMAIL`
* `Subject` - `Test Email Subject`
* `HTML Version` - `<inp2:m_AttachFile path="favicon.ico"/>`
# on `Settings` tab enter following:
* `Type` - `Admin`
# press `Save` toolbar button
# click on `ID` column name to sort grid by id (will show newly created e-mail template)
# select just created e-mail template in grid
# press `Send` button on toolbar
# outside of In-Portal check administrator's e-mail account and confirm, that:
* e-mail was received
* e-mail has `favicon.ico` file attached (ignore fact, that it's attached twice)
# Part 2
# edit e-mail template by double clicking on it's record in grid
# change value of `path` parameter of `m_AttachFile` tag to be `admin`
# press `Save` toolbar button
# select that e-mail template in grid
# press `Send` button on toolbar
# outside of In-Portal check administrator's e-mail account and confirm, that:
* e-mail was received
* e-mail has no attachments
# Part 3
# edit e-mail template by double clicking on it's record in grid
# change value of `path` parameter of `m_AttachFile` tag to be `` (empty string)
# press `Save` toolbar button
# select that e-mail template in grid
# press `Send` button on toolbar
# outside of In-Portal check administrator's e-mail account and confirm, that:
* e-mail was received
* e-mail has no attachments