Umbraco Email Notifications - File Location and Default Email Address for Notifications


A) WHERE Does the 'to' email address go?

1) There is a setting in the config/umbracosettings.config
        <notifications>
            <!-- the email that should be used as from mail when umbraco sends a notification -->
            <email>your@email.here</email>
        </notifications>


B) Where to change the Content of the Email:

1 ) en.xml file: (umbraco\config\lang):

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco