officegest / laravel-officegest-email
1.0.3
2022-06-01 11:39 UTC
Requires
- php: ^7.1|^8
- ext-curl: *
- ext-json: *
Requires (Dev)
- php: ^7.1|^8
- ext-curl: *
- phpunit/phpunit: ^7.0
This package is auto-updated.
Last update: 2024-10-29 06:19:22 UTC
README
This is a laravel package to send email using officegest.
Installation
composer require officegest/officegest-send-email
Laravel < 8.0 Add ServiceProvider to your config/app.php
OfficegestEmail\OfficegestEmailServiceProvider::class,
If you need to publish the config file for this package. This will add the file config/officegest-email.php
, where you can configure this package.
$ php artisan vendor:publish --provider="OfficegestEmail\OfficegestEmailServiceProvider" --tag=config
You need add this variables to your .env
OFFICEGEST_EMAIL_ACTIVE=true
OFFICEGEST_EMAIL_URL="your_officegest_url"
OFFICEGEST_EMAIL_USER="your_user"
OFFICEGEST_EMAIL_KEY="your_api_key"
Usage
Function OfficegestSms->send()
Parameters: string $phone_number, string $text
Security
If you discover any security related issues, please email suporte@guisoft.net or use issues of this repo.