Gnaritas Amazon SES
This plugin sends WordPress site email through Amazon’s Simple Email Service (SES) and can optionally monitor bounce and complaint notifications through Amazon’s Simple Notification Service (SNS) and suppress sending email to bounced or complained addresses. The plugin also logs bounce and complaint notifications and can export the saved data in CSV format. Requirements PHP >= 5.5 OpenSSL PHP extension Amazon Web Services account To install: Upload files to the WordPress plugins directory. Activate in the plugins admin page. Set up configuration as described in the “Configuration” section. Note: This plugin includes Amazon Web Services SNS Validator v1.4.0 and AWS SDK for PHP 3.36.19. If you are using other plugins that use these AWS libraries, these may conflict with the versions in use with those plugins. It is not recommended to use this plugin with other plugins using the AWS PHP SDK, SNS Validator or any of their dependencies. Configuration In AWS: IAM The plugin requires an Identity and Access Management (IAM) user with API access and the following permissions: SES permissions: SendRawEmail SetIdentityNotificationTopic SetIdentityFeedbackForwardingEnabled GetIdentityVerificationAttributes SNS permissions: CreateTopic DeleteTopic Subscribe Unsubscribe SES Make sure you have at least one verified “identity” (i.e. email address or domain) through which to send email. Make sure your account is out of the SES “sandbox”. In WordPress: Enter the following in “SES Settings” admin page (under the “Amazon SES” admin menu): From address: The email address to send mail from. This address or its domain should be verified in Amazon SES. (Defaults to WordPress’ admin email.) From name (optional): The name associated with the from address. (WordPress’ default is “WordPress”.) Host: The AWS SMTP endpoint through which to send mail. Available SMTP endpoints are listed here: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html. Choose the one for your SES region. Port: The port on which to connect to the SMTP endpoint. Currently supported ports include 25, 465 and 587. Access key ID, Access key Secret: The access key ID and secret access key for the IAM user you’re using to send email. Note: SMTP credentials created using the SES control panel’s “Create My SMTP Credentials” will not work. If you’re using an IAM user that was created this way, you should create a new access key for them in the “Security credentials” tab on their IAM configuration page and use those credentials. Security note: If your WordPress site doesn’t use https, the secret access key will be vulnerable to interception by third parties when submitting or viewing the SES settings page. It is not exposed when sending email or accessing the AWS API. SES Region: The identifier for your SES account’s region. Supported regions are listed here: http://docs.aws.amazon.com/general/latest/gr/rande.html#ses_region. Use the value in the “Region” column (e.g. “us-east-1”). Note: If you are using the plugin to handle bounces and complaints, your Simple Notification Service (SNS) region must be the same as your SES region. SES Identity Type: Choose “Email” or “Domain”. Choose whether or not you’d like the plugin to suppress email to bounced or complained recipients On submission, the plugin will verify your Amazon SES identity and send a test email to the SES simulator. If successful, WordPress will send email through Amazon SES. If you opted have the plugin suppress email to bounced or complained addresses, bounce and complaint notifications for your SES identity will be handled by the plugin. If email sending fails unexpectedly, the plugin will stop attempting to send email through SES and revert back to WordPress’ default email handling. This will also stop suppression of email to bounced or complained addresses. To resume sending through Amazon SES, verify your settings on the settings page and click “Save Changes”. The plugin will attempt to verify your SES identity and send a test email, and if successful, resume sending through SES. The plugin displays notifications indicating its current email and bounce handling state on its admin pages and on the WordPress admin dashboard. Sending Test Email You can send a test email using the current configuration from the WordPress admin panel under “Amazon SES > Test Email”. SNS Notifications and Bounce/Complaint Handling If you opt to have the plugin suppress email to bounced or complained addresses, bounce and complaint notifications from Amazon Simple Notification Service (SNS) will be recorded in the WordPress database. You can view the notifications and export them in CSV format in the WordPress admin panel under “Amazon SES > SNS Notifications”. While the plugin is active and email suppression is in effect, email will be suppressed to addresses associated with any “Complaint” notification or a “Permanent” bounce notification. Bounces of type “Transient” are recorded but will not result in suppression of future email.
Top keywords
- email27×3.36%
- ses26×3.24%
- amazon14×1.74%
- wordpress13×1.62%
- send9×1.12%
- access8×1.00%
- admin8×1.00%
- aws8×1.00%
- notifications8×1.00%
- sns8×1.00%
- through8×1.00%
- amazon ses7×0.87%
RAG Chat for Amazon Bedrock
RAG Chat for Amazon Bedrock is a WordPress plugin that seamlessly integrates your WordPress content with Amazon Bedrock Knowledge Bases to create an intelligent RAG (Retrieval-Augmented Generation) chatbot system. Key Features: Direct Amazon Bedrock Integration: Connects directly to Amazon Bedrock Knowledge Bases without external servers Automatic Content Synchronization: Automatically syncs WordPress posts and pages to Amazon Bedrock when content is created, updated, or deleted Real-time Chat Interface: Provides a chat widget for visitors to interact with your content using AI Comprehensive Admin Interface: Four dedicated admin pages for configuration and content management AWS Security: Uses AWS Signature Version 4 authentication for secure API communication Content Management: Track sync status and manage which content is synchronized to Amazon Bedrock How It Works: Configure your AWS credentials and Amazon Bedrock Knowledge Base in the plugin settings New WordPress posts and pages are automatically synchronized to Amazon Bedrock when saved or deleted Existing content can be synchronized using the export function in the Content Management page Visitors can use the chat interface to ask questions about your content Amazon Bedrock retrieves relevant content and generates intelligent responses using your WordPress data Requirements: AWS account with Amazon Bedrock access Amazon Bedrock Knowledge Base configured Valid AWS credentials (Access Key ID and Secret Access Key) Demo: See the plugin in action: Live Demo Troubleshooting Plugin Installation & Setup Issues Plugin activation fails Ensure your WordPress version meets the minimum requirement (6.6+) Check that your PHP version is 7.4 or higher Verify there are no plugin conflicts by temporarily deactivating other plugins The chat interface doesn’t appear on my page Make sure you’ve inserted the shortcode [rag_chat_ab_chat] in the correct location Check that the plugin is activated Verify your AWS credentials are correctly configured in the plugin settings Content Synchronization Issues Content sync is failing Verify your AWS credentials have the correct permissions Check that your Knowledge Base ID and Data Source ID are correct Ensure your Knowledge Base has a “Custom” type data source For existing content, use the “Export Posts and Pages to Amazon Bedrock” feature on the Content Management page Export operation times out If you have many posts and pages, “Export Posts and Pages to Amazon Bedrock” may take a long time and cause timeout errors depending on your PHP settings. To reduce the risk of timeout: Export content in smaller batches by selecting specific date ranges Consider increasing your PHP execution time limit if you have server access Contact your hosting provider if timeout issues persist For large-scale exports, we offer a dedicated bulk export PHP script that runs independently on your server and can handle large volumes of content without web browser timeout limitations. Contact us at https://tally.so/r/3jjoga for more information about our bulk export solution AWS Authentication & Permissions AWS permission errors Double-check all required IAM permissions are granted to your user Verify your AWS Access Key ID and Secret Access Key are correct Ensure your AWS account has access to Amazon Bedrock in the selected region Check the AWS CloudTrail logs for detailed error information AWS Marketplace subscription error If you encounter “Model access is denied” with “aws-marketplace:ViewSubscriptions” permission errors: Your IAM user needs the aws-marketplace:ViewSubscriptions permission Add this permission to your IAM user’s policy Wait 15 minutes after fixing the permissions before trying again This is required for AWS Marketplace subscription completion Model Access & Configuration Model use case details required If you encounter an error like “Model use case details have not been submitted for this account. Fill out the Anthropic use case details form before using the model”: Anthropic requires use case details before using their models Fill out the Anthropic use case details form in your AWS console Wait 15 minutes after submitting before trying again See the AWS documentation: https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html Inference profile required error If you get an error like “Invocation of model ID anthropic.claude-haiku-4-5-20251001-v1:0 with on-demand throughput isn’t supported. Retry your request with the ID or ARN of an inference profile”: Some models require using inference profiles instead of direct model invocation Use the ID or ARN of an inference profile that contains the model Configure inference profiles in your Amazon Bedrock settings See the AWS documentation: https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html Chat responses are not working Verify that your AWS region is correct in the plugin settings Check that your Knowledge Base contains synchronized content Ensure your IAM user has bedrock:RetrieveAndGenerate permissions Try asking questions related to your synchronized content External services This plugin uses the following Amazon Bedrock API endpoints provided by Amazon Web Services, Inc.: PUT https://bedrock-agent.{$region}.amazonaws.com/knowledgebases/{$knowledge_base_id}/datasources/{$data_source_id} Called when a post or page is created or updated. Used to add / update content on Amazon Bedrock. The whole content (post or page) is sent. POST https://bedrock-agent.{$region}.amazonaws.com/knowledgebases/{$knowledge_base_id}/datasources/{$data_source_id}/documents/deleteDocuments Called when a post is deleted or moved to trash. Used to delete content from Amazon Bedrock. Only the post / page ID is sent. POST https://bedrock-agent-runtime.{$region}.amazonaws.com/retrieveAndGenerate Called when a visitor asks a question. Used to generate responses using Amazon Bedrock’s AI. The query that the user enters is sent. The response contains a session ID, and it will be send to this endpoint in the subsequent requests along with the query. Please see the following links for more information about Amazon Web Services: AWS Service Terms AWS Privacy Related Projects This plugin is based on WP RAG (https://github.com/mobalab/wp-rag), which provides RAG functionality using external servers and OpenAI’s APIs. RAG Chat for Amazon Bedrock offers a different approach by integrating directly with Amazon Bedrock Knowledge Bases for users who prefer AWS-native solutions.