Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sysaphys on September 04, 2007, 09:55:17 PM

Title: Is it possible to disable SPA (can't send emails)
Post by: sysaphys on September 04, 2007, 09:55:17 PM
My SMTP server requires authentication however it does not work with Secure Password Authentication.

I've tried leaving $rcmail_config['smtp_auth_type'] = '';
blank but it still refuses to send emails.

What can I do?

Thanks in advance! (and yes I tried plain, login etc)
Title: Re: Is it possible to disable SPA (can't send emails)
Post by: sysaphys on September 05, 2007, 12:30:59 AM
Bump

Through trial and error I simply just enabled PHP mail functions instead. It works but I'm not sure if I'll encounter any unforeseen issues.
Title: Re: Is it possible to disable SPA (can't send emails)
Post by: wfong on September 05, 2007, 01:00:02 AM
Is your ISP's SMTP server on the same server as the Web server?

Title: Re: Is it possible to disable SPA (can't send emails)
Post by: sysaphys on September 05, 2007, 01:26:52 AM
No, I'm on a shared hosting plan and they have their own imap and smtp servers.