OK so, for my web-hosting I use Google apps for my email service and such, how would I go about using my Google apps for the smtp service for simple invoices?
http://support.google.com/mail/bin/answer.py?hl=en&answer=78799
http://code.google.com/p/simpleinvoices/wiki/Config
In http://yoursite/SI/config/config.ini
Change the email settings to something like
email.host = smtp.gmail.com
email.smtp_auth = true
email.username = username@your_domain.com
email.password = SecretPassword
email.smtpport = 465
email.secure = SSL
email.ack = false
Not tested, but this should work, Google mail require a secure connection
Matt
Hey Matt, thanks for your reply trying it now. ;)
How would I go about testing to see if it works? This possible?
set up a dummy customer ( I use me) with a real email address and send an invoice to it
Otherwise, only way would be log all network traffic with something like wireshark, and then sift through all of the port 465 traffic - not for the 'feint of heart'
PS what platform are using SI on - there was a issue with the complete windows package as downloaded, in that it didn't do SSL.
Ah okie dokie, thanks, will try it tomorrow. :)
Using the web app version
It looks like you're new here. If you want to get involved, click one of these buttons!