I had many problems configuring my SMTP in Simple Invoice with a godaddy account.
I have a Godaddy virual server, with a mailbox, and a google APPS service assigned to my domain (and email) I have changed the MX records but it does't interfere in config.
I post here the WORKING settings in order to help people having my same problem.
(it is a dummy issue... not a simple invoice issue)
THIS IS MY SETTING ANT IT WORKS (mail are sent)
; godaddy
email.host = relay-hosting.secureserver.net
email.smtp_auth = false
email.username = YOURMAILBOXNAME@YOURDOMAIN.com
email.password = YOURPASSWORD
email.smtpport = 25
email.secure =
email.ack = false
byebey
Hi
Try TLS as the secure option for email maybe. You can use either SSL or TLS for this variable in the config file.
email.secure = tls
Thanks
thanks harvinder!
try and change email.smtp_auth = false to email.smtp_auth = true
let us know how you go
cheers
justin