Author Topic: Is it possible to disable SPA (can't send emails)  (Read 3508 times)

Offline sysaphys

  • Newbie
  • *
  • Posts: 3
Is it possible to disable SPA (can't send emails)
« 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)

Offline sysaphys

  • Newbie
  • *
  • Posts: 3
Re: Is it possible to disable SPA (can't send emails)
« Reply #1 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.

Offline wfong

  • Newbie
  • *
  • Posts: 9
Re: Is it possible to disable SPA (can't send emails)
« Reply #2 on: September 05, 2007, 01:00:02 AM »
Is your ISP's SMTP server on the same server as the Web server?


Offline sysaphys

  • Newbie
  • *
  • Posts: 3
Re: Is it possible to disable SPA (can't send emails)
« Reply #3 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.