Skip to main content
Topic: SMTP validation not working (Read 1981 times) previous topic - next topic

Re: SMTP validation not working

Reply #15
@machobymb‍ they are not going to send you any port settings, I have already given you the settings for Gmail. Please, the only thing you need to do is enter the settings in the phprad config.php SMTP settings and in place of username and password your enter your Gmail email and its password. What Gmail sends you is a notification, when you try to use the account to send mails.

 

Re: SMTP validation not working

Reply #16
The problem is in generated code: /helpers/Mailer.php
Solution (line 7):
protected $smtp_secute='tls';

Also, I suggest you enter the following a new line before $mail->isHTML(true);
In the new line: $mail->ChatSet = 'UTF-8';

My suggestion: I can set up encryption and character encoding in the project settings.