## Name of sender
Locate the **appSettings** section in the _web.config_ file or in the _appSettings.config_ file, which should be in the website root folder.
Change the value of the Mediachase.StoreEmail key to your store's email address.
Change the value of the Mediachase.StoreTitle key to your store's title. This appears in the subject of the email that your store sends to customers.
## email body formatting provider
Locate your website's _web.config_ file.
Locate the node _/Configuration/FrameWorkProviders/templateService_.
Add a custom template provider to provide a different format to your emails.
Configure this provider to be the default provider.
## SMTP account
Locate your website's _web_._config_ file.
Locate the node _/Configuration/System.net/_.
Add nodes for mailSettings and SMTP.
Configure the nodes' attributes according to your SMTP server settings. For testing purposes, remove the user name and password attributes.
**Example:** SMTP account configuration