Overview
Google allows you to relay up to 2000 emails per rolling 24 hour period, which can be useful for development of workflows via vRO. The steps below are written for standard gmail accounts. If you have a G Suite account then the steps are subtly different in that the SMTP host name is ‘smtp-relay.gmail.com’ and not ‘smtp.gmail.com’. The message per day limit is also increased when using a G Suite account is that you can send up to 10000 messages per rolling 24 hour period. Lastly, when using vRO with a G Suite account security needs to be relaxed within G Suite to permit sending emails from less secure apps.
Required Steps
- Start vRO control center service – The service is disabled by default
-
/etc/init.d/vco-configurator start
- Browse to the vRO control center
-
https://vro-server-hostname:8283/vco-controlcenter/#/
- Go to Manage > Certificates
- Click Import > Import from URL
- Enter the URL as ‘smtp.gmail.com:587’ or ‘smtp-relay.gmail.com:587’
- Review the certificate and then click Import
- Once the certificate is imported you can use the OOTB workflow called ‘Send notification’. The settings used will be as follows:
Input Name | Value |
smtpHost | smtp.gmail.com |
smtpPort | 587 |
username | gmail email address |
password | gmail password |
useSsl | No |
useStartTls | Yes |
Leave a Reply