Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
574 views
in Q2A Core by
We are using a VPS and do not have mail server on that. Now if I want to send mail notifications to users (e.g. to reset password in case somebody forgets password) using gmail, how can I do that?

2 Answers

+1 vote
by
If you are using VPS, you should be able to install 'whatever' you want :) Try to configure mail server.

About using gmail, Admin -> Email -> Send email via SMTP instead of local mail
+1 vote
by
edited by
You can use SMTP with Gmail. In Admin > Email enter these settings:

Tick "send email via SMTP"

Server: smtp.gmail.com

Port: 465

Secure: TLS (SSL should also work)

Tick "use username and password" then fill in your Gmail username and password.

However, do note that there is a limit of how many emails can be sent this way. I've seen varying numbers but according to this it is 500: http://stackoverflow.com/questions/18361233/gmail-sending-limits It should be enough for most use cases.

If you have problems try switching to a service like Mailgun or Sparkpost.
...