| substitute mail() function with smtp custom function [message #2834] |
Thu, 23 July 2009 11:43  |
eythigramisi  Messages: 23 Registered: July 2009 |
Leecher |
|
|
Hi.
Is it possible to list the .php files that make use the mail() function?
For example, I noticed that the takeinvite.php uses at the very end the mail() function in order to send the invitation to the specified email.
I want to look at other files that make use of mail() function
as i have as a purpose to substitute the mail function with another one.
that one makes use of an external smtp to send mail, with added features like secure connection (ssl , tls)) and authentication (us, ps).
I have managed so far to convert the takeinvite.php and make it use the alternative function so to send mail via gmail, with tls, via 465 port, with authentication.
Moreover, if you want to add it as a feature in your next release, I can provide the how to in order to develop it properly, as my approach is a bit crap.
|
|
|
|
|