Roundcube Community Forum

Release Support => Older Versions => Release Candidate 2 => Topic started by: darkangel on March 13, 2008, 05:44:46 PM

Title: Problem sending test mail at installation
Post by: darkangel on March 13, 2008, 05:44:46 PM
Hello, I'm new to Roundcube and I'm getting the next error message at testing step when I'm installing Roundcube 0.1-stable version. This is exactly after I try to send a test mail by SMTP.

Code: [Select]
Trying to send email...

Fatal error: Call to undefined function decrypt_passwd() in E:\server\xampp\htdocs\mail\program\include\rcube_smtp.inc on line 105

I already have enabled all the needed extensions.

What coulb be my mistake?
Thanks for helping!!
Title: Re: Problem sending test mail at installation
Post by: alech on March 15, 2008, 09:34:10 AM
Quote from: darkangel
Hello, I'm new to Roundcube and I'm getting the next error message at testing step when I'm installing Roundcube 0.1-stable version. This is exactly after I try to send a test mail by SMTP.

Code: [Select]
Trying to send email...

Fatal error: Call to undefined function decrypt_passwd() in E:\server\xampp\htdocs\mail\program\include\rcube_smtp.inc on line 105

I already have enabled all the needed extensions.
I had the same error and it went away after installing the mcrypt extension (so much for it being optional ...), are you sure it is installed and enabled?

Cheers,
 Alex
Title: Re: Problem sending test mail at installation
Post by: Shaka on March 16, 2008, 07:49:16 PM
 :'(Same problem here; did you solved it?
Thanks

Quote from: darkangel
Hello, I'm new to Roundcube and I'm getting the next error message at testing step when I'm installing Roundcube 0.1-stable version. This is exactly after I try to send a test mail by SMTP.

Code: [Select]
Trying to send email...

Fatal error: Call to undefined function decrypt_passwd() in E:\server\xampp\htdocs\mail\program\include\rcube_smtp.inc on line 105

I already have enabled all the needed extensions.

What coulb be my mistake?
Thanks for helping!!