| Recommend this page to a friend! |
| Packages of OmDiaries | Laravel AI Email Assistant | README.md | Download |
|
|||||||||||||||||||||
? Laravel AI Email Assistant (by OmDiaries)AI-powered Email Assistant for Laravel 9, 10, and 11 ? automatically generate personalized, well-structured emails (welcome, follow-up, sales pitch, and more) using OpenAI or other AI models. Built with ?? by Om Diaries. ?? Badges? Table of Contents
?? Installation
? ConfigurationIf not auto-published, manually publish the config file:
Add your OpenAI API key in the
You can also modify the default configuration in:
? Mock Mode (No API Key)If you don?t have an API key or just want to test locally, Mock Mode lets you simulate AI responses. The package automatically switches to mock mode when:
- When this happens, a sample AI-generated email will be returned (instead of calling the real API). Perfect for local development or CI/CD testing. Example
You?ll see a default output like:
? Usage Example
? Output Example
? TestingYou can test it quickly via a route in
Then visit:
? ContributingContributions are welcome! If you?d like to improve this package, feel free to fork the repo and create a pull request. ? LicenseThis project is open-sourced under the MIT License. |