A Laravel package that provides email service integrations with configurable API keys, endpoints, and options.
Require the package via Composer:
composer require doitcloud/email-service
Publish the config file:
php artisan vendor:publish --tag=emailservice-config
Set the configuration values in the config/emailservice.php file.
The following configuration values are available:
tenant_idclient_idclient_secretscopelogin_domainpathsend_email_urluse Doitcloud\EmailService\Http\Controllers\SendEmail;
$sendEmail = new SendEmail();
$sendEmail->send();
MIT
For support, please open an issue on GitHub.
Please submit pull requests for new features and bug fixes.
How can I help you explore Laravel packages today?