Send patient emails — booking confirmations, reminders, recalls, follow-ups — from your own email address instead of obs@yourbooking.au.
By default, every email Your Booking sends to your patients comes from obs@yourbooking.au. That works, but:
If your practice already runs Google Workspace, Microsoft 365, or any other business email, you can plug those credentials in and Your Booking will route patient mail through them.
Whoever sets this up (typically your IT provider, or whoever manages your practice email) needs:
smtp.gmail.com, smtp.office365.com, your hosting provider's SMTP host)587 for STARTTLS; some legacy setups use 465)info@yourpractice.com.au or similarhttps://<yourpractice>.yourbooking.au/admin.Your Booking will use these credentials immediately for all subsequent patient emails. Existing scheduled reminders and recalls pick up the new sender on their next send.
If you ever need to revert, clear the SMTP host field and save — Your Booking will fall back to sending from obs@yourbooking.au with your reception email as the reply-to.
smtp.gmail.com on port 587.staff@yourpractice.com.au but you want patient emails to come From info@yourpractice.com.au, you must add info@… as a verified "Send As" alias in the Gmail account whose credentials you're using (Gmail Settings → Accounts and Import → Send mail as). Without this step, Gmail will silently rewrite the From line back to the authenticated user's address — patient emails appear to come from staff@… instead of info@….smtp.office365.com on port 587.Set-CASMailbox -Identity user@... -SmtpClientAuthenticationDisabled $false.)535 5.7.139 ... user is locked by your organization's security defaults policy. The right fix is usually a Conditional Access policy that exempts this one mailbox for SMTP, rather than disabling Security Defaults tenant-wide.Generic SMTP works — fill in the host, port (almost always 587), username, password, From address, From name. If your provider supports STARTTLS on port 587 and basic auth, you're set.
If your SMTP host restricts connections by source IP, allowlist Your Booking's outbound address: 103.236.162.18.
After saving the SMTP settings, the easiest test is to make a test booking yourself:
If it doesn't arrive within a minute or two, check the troubleshooting section below.
| Symptom | Likely cause |
|---|---|
| Email arrives but From shows the SMTP username, not the configured From address | "Send As" alias not verified (Gmail / Workspace). Add it in the authenticating account's Gmail settings. |
| 535 Authentication failed errors | Wrong password — for Gmail / Workspace / 365 with MFA, you need an App Password, not the login password. |
| 535 5.7.139 ... locked by your organization's security defaults policy | Microsoft 365 tenant has Security Defaults enabled, which blocks SMTP AUTH. See the Microsoft 365 / Outlook section above — both per-mailbox Authenticated SMTP and a Conditional Access exception (or disabling Security Defaults) are needed. |
| Email goes to spam | SPF/DKIM/DMARC records on your domain don't authorise the SMTP host. Ask your IT provider to add SPF entries for the SMTP host, or use a Workspace SMTP relay (handled automatically). |
| 530 Authentication required or 535 5.7.3 Authentication unsuccessful | Microsoft 365 has SMTP AUTH disabled for the mailbox. Re-enable Authenticated SMTP in the M365 admin centre (and check Security Defaults — see Microsoft 365 / Outlook section). |
| Emails stop working after staff change | If the SMTP credentials belong to a specific staff member (e.g. leigh@yourpractice.com.au) and they leave or rotate their password, sending breaks. Use a dedicated mailbox (noreply@… or info@…) or move to Workspace SMTP relay. |
If patients have started receiving emails but you suspect something has broken, contact Your Booking support — we can see delivery status and any SMTP errors on our side.