Hi there,
I’m just to trying to fix the little bugs with my hotspot systems and one of them is how to get the email function working when using Google Business Applications (using your own domain).
At the moment I have everything set like this:
Server 209.85.229.109
Port 25 (tried others, that google suggests)
From XXXXXXX
User: XXXXX@domain.com
Password: XXXXX
When user-manager tries to send an email, I have a failed report logged as “Error sending email: invalid FROM address”
But if I send a test email using the following line, it passes through without issues.
/tool e-mail send to XXXX@XXXX.com subjecct=“hi” body=“hi2” tls=yes
Has anyone manage to get this working using google business applications?