[RFC] Mail Handler Hook

Request hook events and what data needs to be sent for the new hook system.
Post Reply
Phil
Registered User
Posts: 185
Joined: Sun Mar 11, 2007 3:20 am
Contact:

[RFC] Mail Handler Hook

Post by Phil »

Name: hook_mail
Rationale: Allows one to set a custom mail handling class (that implements the same functions as the current mail handler) to allow drop-in mail handling changes (for instance, allows one to use a third-party mail service)
Placement: functions_messenger.php
Input arguments: mail_class (the name of the replacement class)
Output format: void
Output semantics: n/a
My phpbb.com account
Note that any of my opinions expressed in RFC topics are my own and not necessarily representative of the opinion of the phpBB Team.

Post Reply