XF 2.3 Transactional email list

Hi everyone,

I am currently working on configuring the email system and SMTP in XenForo and would like to optimize the management and customization of these communications, particularly transactional emails. I have looked through the documentation and available options, but I am wondering if there is a detailed list of the transactional emails generated by XenForo.

Specifically, I am interested in understanding which emails are sent for account management purposes, such as:

• Email confirmation during registration;
• Notifications related to email changes associated with the account;
• Password reset or other similar communications related to account security.

I would like to know if there is a predefined list of these emails that can be consulted (perhaps in the admin panel or official documentation), or if I need to manually investigate the system to identify them.

Any advice, suggestions, or helpful pointers on where to find this information or how to manage it effectively would be greatly appreciated. Thank you in advance to anyone who takes the time to help me resolve this matter!
 
I use SparkPost to send emails and they differentiate between transactional and non-transaction emails.

When I was building my SparkPost Mail addon - I set all emails to be transactional except the:
  • Welcome emails - sent when someone registers if the option is turned on in AdminCP
  • User emails - bulk emails sent to users by the administrator via Admin CP > Communication > Email users
 
Back
Top Bottom