Any link on how to use established amazon mail service to plug it in SMTP under notification and use it for patient portal ?
Gmail starting Jan 2025 will not be a solution:
Blockquote Starting January 2025, less secure apps, third-party apps, or devices that have you sign in with only your username and password will no longer be supported for Google Workspace accounts. For exact dates, visit Google Workspace Updates. To continue to use a specific app with your Google Account, you’ll need to use a more secure type of access that doesn’t share password data. Learn how to use Sign in with Google.> Blockquote
I tried every possibility from my SES credentials ( user /key ID/ secret key/ end point server name/ all possible ports 25, 587 or 2587 /465 or 2465 to no avail
I get option to print and email not sent. any more details on how to use AWS in SMTP notifications, any videos or wiki? search came back empty.
You haven’t mentioned if using SES but here is suggestion. I guess I’m allowed by ChatGPT to publish their results so catch me anyone if not and I’ll remove.
From my ChatGPT account:
To set up AWS Simple Email Service (SES) for sending emails in your app with SMTP, you need to configure the app with the necessary SMTP credentials provided by AWS SES. Follow these steps:
SMTP Server Hostname: AWS SES SMTP endpoint (e.g., email-smtp.us-east-1.amazonaws.com).
SMTP Server Port Number: Choose one of the following:
Port 25, 465 (SSL), or 587 (TLS).
SMTP User for Authentication: The SMTP username generated in SES.
SMTP Password for Authentication: The SMTP password generated in SES.
SMTP Security Protocol: Choose TLS or SSL based on the port.
5. Update Your App’s Code
Use the settings above in your app’s SMTP email-sending configuration.
OpenEMR already set up.
6. Test Your Configuration
Send a test email to confirm that the setup is working.
Ensure that the email is received and is not marked as spam.
7. Production Considerations
Move Out of Sandbox Mode: By default, SES accounts are in a sandbox mode, limiting you to verified email addresses. Request production access to send emails to any address.
Handle Bounces and Complaints: Set up SES to process bounces and complaints using Amazon SNS.
Let me know if you need further assistance!
RE:@Mohammad Let me know soon if we missed something needed just for AWS and I’ll try to get in patch but needs to happen today or early tomorrow.
My missing step was linking my AWS user to my confirmed SES Identity with a policy to allow user to send email, once I figured it out I was able to send the email notification through PP to the trusted email in the contact.