Email Setting April 29, 2020, 07:26:17 AM Dear Team,We have added SMTP setting for smtp.gmail.com host with port 587 and its working on localhost but having issue with production on live site.Find the live site details below.http://dssworldltd.com/alertsysemail- bhushan.mahajan@dssworld.in Quote Selected
Re: Email Setting Reply #1 – May 01, 2020, 11:25:45 PM @dssworld if your email settings work on localhost then the issue is not with phprad, but your server having issues sending mails through google. Please make sure that you have configured your Gmail to allow your server to send mails through it, thanks. Quote Selected
Re: Email Setting Reply #2 – May 06, 2020, 02:11:57 PM I want to set TLS for email how I can Quote Selected
Re: Email Setting Reply #3 – May 06, 2020, 03:47:17 PM @dssworld you can do that in helpers/Mailer.php on line 8.Replace Code: [Select]protected $smtp_secure = 'ssl'; // can be ssl or tls with this Code: [Select]protected $smtp_secure = 'tls'; // can be ssl or tls Quote Selected
Re: Email Setting Reply #4 – May 07, 2020, 06:11:04 PM Password Reset , problem it give Error 500Server Errorscreenshot attach Quote Selected