Releases: intel1590/laravel-ai-email-assistant
Beta Release - Laravel AI Email Assistant
RELEASE-v1.1.0-beta.md
This beta version introduces the latest AI-powered enhancements, multi-provider support, and improved email generation logic for smarter and more flexible automation in Laravel.
🔍 Highlights
✅ Added support for multiple AI providers (OpenAI & Gemini)
✅ Introduced customizable tone options (formal, friendly, persuasive, etc.)
✅ Added prebuilt prompt templates — Welcome, Invoice, Follow-up, and Support
✅ Improved template engine and dynamic placeholders
✅ Updated OpenAI integration and error handling
✅ General bug fixes and performance improvements
Initial Release - Laravel AI Email Assistant
🚀 Laravel AI Email Assistant v1.0.23 — Stable Release
This release marks the first stable and production-ready version of the Laravel AI Email Assistant package.
It brings improved compatibility, autoloading, and smoother integration with Laravel 9, 10, and 11.
🧩 What’s New
✅ Marked the package as stable ("minimum-stability": "stable")
✅ Added Laravel auto-discovery for provider and alias
✅ Improved composer.json structure and dependencies
✅ Updated namespace autoloading to OmDiaries\AIEmailAssistant\
✅ Optimized package for Laravel 9, 10, and 11 compatibility
✅ Cleaned up vendor and build artifacts
⚙️ Installation
composer require omdiaries/laravel-ai-email-assistant
📖 Usage Example
use AIEmail;
AIEmail::generate('welcome', [
'customer_name' => 'Radhika',
'product' => 'AI Email Assistant',
'company_name' => 'OM Diaries',
], ['tone' => 'friendly']);
💡 About
The Laravel AI Email Assistant automatically generates professional and personalized emails using AI — built and maintained by Om Diaries.