Difference between revisions of "Configuring Notifications via Email"

From WHMCS Documentation

(Configuring Email Notifications)
Line 5: Line 5:
 
==Configuring Email Notifications==
 
==Configuring Email Notifications==
  
Begin by navigating to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > Notifications''' or, prior to WHMCS 8.0, '''Setup > Notifications''' and click '''Configure''' for Email.
+
Begin by navigating to '''Configuration (<i class="fa fa-wrench" aria-hidden="true"></i>) > System Settings > [[Notifications]]''' or, prior to WHMCS 8.0, '''Setup > Notifications''' and click '''Configure''' for Email.
  
 
[[File:Email-notification-configuration.JPG]]
 
[[File:Email-notification-configuration.JPG]]
Line 11: Line 11:
 
Configure the Email module as follows:
 
Configure the Email module as follows:
  
* '''Sender Name''' - The name you wish for emails from this module to be sent as, typically something unique that stands out to prevent these notifications from being missed.  
+
* '''Sender Name''' The name you wish for emails from this module to be sent as, typically something unique that stands out to prevent these notifications from being missed.  
* '''Sender Email''' - The email address the notification should come from.  
+
* '''Sender Email''' The email address the notification should come from.  
  
Once you're done, click '''Save Changes'''.  
+
Then, click '''Save Changes'''.  
  
<div class="docs-alert-info">This module is not encoded, it can therefore be used as a sample in developing custom notification provider modules or be extended further.</div>
+
<div class="docs-alert-info">
 +
This module is not encoded. You can use it as a sample in developing custom notification provider modules or extend it further.
 +
</div>

Revision as of 20:57, 19 April 2022

Configuring Notifications via email allows you to receive notifications to your email address when events occur within WHMCS.

For more information on Notifications, please refer to the Notifications Documentation.

Configuring Email Notifications

Begin by navigating to Configuration () > System Settings > Notifications or, prior to WHMCS 8.0, Setup > Notifications and click Configure for Email.

Email-notification-configuration.JPG

Configure the Email module as follows:

  • Sender Name — The name you wish for emails from this module to be sent as, typically something unique that stands out to prevent these notifications from being missed.
  • Sender Email — The email address the notification should come from.

Then, click Save Changes.

This module is not encoded. You can use it as a sample in developing custom notification provider modules or extend it further.