Digi-Email PHP Package
Simplifying email sending in Laravel.

System Requirements
System Requirements

Laravel
8.x, 9.x, or 10.x.

PHP
Version 8.0 or later.

Google API Client
Installed automatically via Composer.

Firebase Account
With Cloud Messaging API enabled.
Installation
Installation

Composer
Use the Composer command to install the package.

Command
composer require digimantra/digi-email


Configuration
Configuration
SMTP Settings
Update your .env file with SMTP credentials.
Queue Configuration
Configure your queue driver in config/queue.php.
Cache Clearing
Clear the configuration cache for changes to take effect.
Usage
Usage

Email Data
Prepare an array containing email details.

Send Email
Invoke the package's email-sending function.

Automatic Handling
The package handles the rest of the process.


Queueing Emails
Queueing Emails
Queue Configuration
Ensure you have a queue driver configured.
Job Processing
Execute the command to process queued jobs.
Email Delivery
Queued emails are processed and delivered.
Composer Requirements
Composer Requirements
Package
phpmailer/phpmailer
Version
Latest stable
Purpose
SMTP Handling
Package
laravel/framework
Version
8.x, 9.x, 10.x
Purpose
Framework Compatibility
Support
Support

Contact our support team for assistance at it@digimantra.com.

Documentation
Explore our comprehensive documentation for guidance.

Community
Engage in our community forums for discussions and support.