Yii-User Module Email

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!

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.

I guess you have to edit the module itself