Hi,
I am busy implementing the yii-user module, it is working great.
But i have small issue with the SendMail static method in the UserModule.php file.
I would like to override it and use phpmailer to send emails.
Is there a way to override this method??
Thanks!
alirz23
(Alirz23)
2
yea it easy just change SendMail function implementation to use phpmailer or you could write a new function
Ok, so just edit the the module itself?
I always try to avoid editing extensions/modules directly.
alirz23
(Alirz23)
4
I guess you have to edit the module itself