I wish.
After the install the emailing system works ok however, after adding the SSL the site email does not work.
I have tried all configurations but nothing works...
I compred to my Outlook config and its same: godaddy website says my
hostname: mydomain.com
mail from:
info@maydomain.comname from: info
server port: tried everything from 110 to 995
user: ###
psw: ###
encryption: tried all combinations with ports.
smtp: tried checked and unchecked
pop: not tried
Somehow not working.
Snapshot of my htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
#SSL START
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$
https://mydomain.com/$1 [R=301,L]
#SSL END
only errors from the past show on the log.
Can anyone think of a reason its not working?