hook send_mail - proposed enhancement
Posted by chriss
All files from this thread
| File Name | File Size | Posted by | Date | ||
|---|---|---|---|---|---|
| email_functions.php.patch.gz | 292 bytes | open | download | chriss | 11/30/2009 | Read message |
|
hook send_mail - proposed enhancement November 30, 2009 03:51PM |
Registered: 3 years ago Posts: 5 |
First post, hope this is the correct place for it.
File: include/email_functions.php
Function: phorum_email_user($addresses, $data)
Regarding the send_mail hook, how about adding the custom headers so that the smtp mail module can use them?
Simple patch against the 5.2.14 branch attached. Feel free to improve.
File: include/email_functions.php
Function: phorum_email_user($addresses, $data)
Regarding the send_mail hook, how about adding the custom headers so that the smtp mail module can use them?
Simple patch against the 5.2.14 branch attached. Feel free to improve.
Patch instructions: # Get the source svn co h ttp://svn.phorum.org/phorum5/tags/5.2/phorum_5_2_14 (Note: remove space in "h ttp") # Save the patch file to current dir and decompress it gzip -vd email_functions.php.patch.gz # Apply patch patch phorum_5_2_14/include/email_functions.php < email_functions.php.patch
Sorry, only registered users may post in this forum.