Digi-Email PHP Package
Simplifying email sending in Laravel.

SystemSystem RequirementsRequirements
SystemSystem RequirementsRequirements

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.
InstallationInstallation
InstallationInstallation

Composer
Use the Composer command to install the package.

Command
composer require digimantra/digi-email


ConfigurationConfiguration
ConfigurationConfiguration
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.
UsageUsage
UsageUsage

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.


QueueingQueueing EmailsEmails
QueueingQueueing EmailsEmails
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.
ComposerComposer RequirementsRequirements
ComposerComposer RequirementsRequirements
Package
phpmailer/phpmailer
Version
Latest stable
Purpose
SMTP Handling
Package
laravel/framework
Version
8.x, 9.x, 10.x
Purpose
Framework Compatibility
SupportSupport
SupportSupport

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.