Authenticated mail sending

Hi folks,

I’m brazilian php developer and i’m trying to send authenticated email with piwik. i’m testing the “lost password” part of the site and trying use the ultramail() function, because the mail() function don’t have support to authenticated email send. This ultramail() function was development by my host server and works fine with anothers projects that i have, but doesn’t with piwik. In theory, is just change all mail() function called to ultramail() and is done, but i don’t know why it isn’t working, the e-mail is not beeing sent and the config file is not beeing change.

Anybody help me?

Thanks.
Thiago Cardozo

Unless ultramail() is a php extension, you probably have to include/require an external file, eg ultramail.php; make sure it’s also in
your include path.