Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from Add WPGraphql Send Mail™
Dispatch Graphite is not affiliated with Add WPGraphql Send Mail. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin adds email-sending functionality to a GraphQL API, enabling developers to trigger emails directly from their frontend applications or headless setups. It is designed for developers building decoupled sites who need to integrate transactional or notification emails without relying on traditional server-side PHP functions.
Admin Configuration: Set a list of allowed origin domains in the admin panel to control which sites can use the mutation, helping prevent unauthorized email sending. Default Addresses: Configure a default 'From' address and CC recipients globally through the settings page, ensuring consistency and reducing repetitive code. Simple Mutation: Use a straightforward GraphQL mutation to send email, specifying recipient, subject, body, and other fields in a single API call. Security Focus: The origin restriction feature provides a basic layer of security by limiting which external domains can execute the send email operation. Composer Installation: The package is available via Composer, allowing for easy dependency management and integration into modern PHP projects.