I have installed the Hotel template 2 days ago (so it should be latest version). I came across the contact page and gave this a try. Of course I configured the server in global settings of Joomla:
- Mailer: SMTP
- SMTP auth: yes
- SMTP security: TLS
- Port: 587
- user and password from a working address of that domain
- Server: smtp.1und1.de (cause it's hosted on 1&1)
Neither a test mail in the Joomla global settings seem to work nor does the sending of the form under /contact/. When I switch the mailer from SMTP to PHP mail the test mail inside Joomla's config works, but as soon as I try to send the contact form with that only the copy of the mail arrives at the sender's inbox, the receiver doesn't get one.
When I wait really long after trying to send a test mail with the smtp enabled I get the error
- Code: Select all
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
I'm a bit desperate of finding any clue, the support of 1&1 just tried their luck and said it seems to fine on the server side. Now I am guessing it could be the contact page of the template that is broken or the mail function of that package I installed itself.
Tell me if you need more information or anything to sort this out. I am glad for every hint!
General information about the system:
- Joomla version: 3.5.1
- Template version: 1.0.2
- installed it with the provided Quickstart package - clean Joomla 3.5 and template inside it
- updated Joomla to 3.5.1 via internal updater afterwards