XFileSharing Pro - SMTP settings (optional) with GMAIL

Message
Author
leopolis
Posts: 3
Joined: Nov 12, 2013 8:44 pm

SMTP settings (optional) with GMAIL

#1 Postby leopolis » Nov 13, 2013 3:49 pm

Hi, I try to set optional SMTP settings:

Code: Select all

# SMTP settings (optional)
 smtp_server   => 'smtp.gmail.com',
 smtp_user     => 'user',
 smtp_pass     => 'password',
And get error:
Software error:

SMTP auth() command not supported on smtp.gmail.com

For help, please send mail to the webmaster (), giving this error message and the time and date of the error.
Software error:

[Wed Nov 13 23:44:02 2013] index.cgi: SMTP auth() command not supported on smtp.gmail.com

For help, please send mail to the webmaster (), giving this error message and the time and date of the error.
Maybe it because I didnt set port? (465) There is no option for port and SSL.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Nov 16, 2013 4:19 pm

Oh, I'm afraid gmail use some special SSL authorization, so will need special sendmail function for it. Our team can customize your code to use gmail for mail sending for a reasonable fee - create a ticket on our site.

x0F
Posts: 4
Joined: Feb 03, 2017 9:13 pm

Re: SMTP settings (optional) with GMAIL

#3 Postby x0F » Feb 22, 2017 12:17 am

Hi, I have the same problem. With TLS and SSL
Would you Guys to let me know which email provider I should to use for script?
Since the sendmail doesn't work for me.

xNinja
Posts: 4
Joined: Oct 14, 2016 7:54 pm

Re: SMTP settings (optional) with GMAIL

#4 Postby xNinja » Feb 27, 2017 12:30 pm

Im using https://www.mailgun.com, works perfect.