Loading...
 
Features / Usability

Features / Usability


Re: Re: cant send registration email

posts: 3665 United States

Thanks. What exactly is a debug print?

In the function send(), near the end is:


Image
Copy to clipboard
// Send it if (!$smtp->send($send_params)) { $this->errors = $smtp->errors; return false; }


After the return false I put debug print;, but now I get a PHP parsing error?

You'll need to go slow with me...

I'm running PHP 4.4.1 and I have confirmed that the @mail() function works fine. I just can't get TIKI to send any email notifications.

> The best is to put a debug print in lib/webmail/htmlMimeMail.php in the function send. Just after the call to the mail function to see if it is this function that doesn't work
> Good luck
> sylvie

There are no comments at this time.