Author Topic: Problem sending test mail at installation  (Read 21026 times)

Offline darkangel

  • Newbie
  • *
  • Posts: 1
Problem sending test mail at installation
« 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!!

Offline alech

  • Newbie
  • *
  • Posts: 1
Re: Problem sending test mail at installation
« Reply #1 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

Offline Shaka

  • Newbie
  • *
  • Posts: 1
Re: Problem sending test mail at installation
« Reply #2 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!!