I just noticed this error message on my login page:
All outgoing email is disabled because no SMTP server has been configured. No emails of any kind can be sent.
When i check Admin>Email Settings, I see this:
I can’t post attachments, but I can upload the app.yml file if that helps. I am fairly certain it is correct, but I am new to this.
One thig to note: When I send a test email to my personal Gmail account from this screen, I do receive it.
Any help would be greatly appreciated!
1 Like
Hi there, you’d need to use a transactional email service, and not Gmail. Something like Brevo or Mailgun.
Can you explain why? We are using a paid Google Workspace account. This isn’t free Gmail. I use this to send email from my WordPress/Woocommerce site just fine. And, honestly, I feel like it is a really working. Or at least people are able to register. So I don’t know…
1 Like
(I might have been mistaken, confused this with Gmail) Hmm… if you’re using Google Workspace, did you follow this guide?
1. Purchase the Google Workspace service
I recommend the Business Standard package. The password of the e-mail account you created will be sent to the account you used when purchasing the package at Google Workspace.
2. Configure Google Workspace MX
Name/Host/Alias
Time to Live (TTL*)
Record Type
Priority
Value/Answer/Destination
@ or leave blank
3600
MX
1
ASPMX.L.GOOGLE.COM
@ or leave blank
3600
MX
5
ALT1.ASPMX.L.GOOGLE.COM
@ or leave blank
3600
MX
5
ALT2.ASPMX.L.GOOGL…
The thing is, it was working (and seems to be working now for Gmail accounts only). I will go through this guide and see if I missed anything.