The issues I had with a contact form have not been sorted out. The contact form now "works" in that there is no error and it displays the Thankyou message.
However emails are not being sent or received. I assume the problem is in the Email Plugin SMTP setup.
This is the email.yaml in config. I have hashed out the password and email user.
I would appreciate any tips on what is blocking the email action. I have tried both SSL and TLS, neither work.
Thanks in advance.
enabled: true
from: ######@gmwit.com
from_name: null
to: ######@gmwit.com
to_name: MurrayG
queue:
enabled: true
flush_frequency: '* * * * *'
flush_msg_limit: 10
flush_time_limit: 100
mailer:
engine: smtp
smtp:
server: mail.gmwit.com
port: 465
encryption: tls
user: #######@gmwit.com
password: #######
auth_mode: null
sendmail:
bin: '/usr/sbin/sendmail -bs'
content_type: text/html
debug: true
charset: null
cc: null
cc_name: null
bcc: null
reply_to: null
reply_to_name: null
body: null