Hello,
Can someone help setup right email parameters in projeQtor ?
I have filled correct information but yet I get error on test:
sent test :
sender of email :
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Any help , Please
Regards
bashiro
Check your SMTP server.
Does it require valid account ?
Does is require SSL or TLS ?
Thanks for the reply.
yes the mail server requires SSl and request login
Do I need to edit php.ini too ?
Do I need to edit php.ini too ?
No
yes the mail server requires SSl and request login
Be sure to use correct port.
Default ssl is 465
You can also force ssl : just speficy protocole in host name "ssl;//hostname"
Hello sir, thanks for the reply.
I am doing this from global parameters under mailing. Is this correct ?
What if the mail server does not require ssl ? I have two email providers by which
I can use both, One ssl and the other no ssl.
Any ideas ?
Best regards
Bashiro
am doing this from global parameters under mailing. Is this correct ?
Yes
What if the mail server does not require ssl ? I have two email providers by which
With or without SSL will change port to use.
Also, often non SSL nor TLS smtp server don't require login account.
Try and post screenshot of your config (hide confidential data) and result message of test.
OK,
Connection of SMTP server fails.
This wean you cannot reach smtp server through port 465.
Try port 25 (non secured) or 587 (TLS)
Also try and get Error logged on projeqtor log file, possibly there will be more explicit error here.
