fix: env mail
This commit is contained in:
parent
fe66e6d6ba
commit
e96224106b
3 changed files with 4 additions and 7 deletions
|
@ -17,7 +17,7 @@ class EmailService extends Controller
|
|||
{
|
||||
$this->email_address_recepient = config('mail.email_address_recepient', null);
|
||||
$this->email_prefix_subject = config('mail.email_prefix_subject', null);
|
||||
$this->nextcloud_upload_folder_web_link = config('mail.nextcloud_upload_folder_web_link', false);
|
||||
$this->nextcloud_upload_folder_web_link = config('app.nextcloud_upload_folder_web_link', false);
|
||||
}
|
||||
function send_export_via_email(string $from_date, string $to_date, string $file_name){
|
||||
try{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue