codebar-ag / laravel-zammad

Zammad integration with Laravel.
https://zammad.com
MIT License
8 stars 0 forks source link

Add comment helpers #15

Closed StanBarrows closed 1 year ago

StanBarrows commented 2 years ago
$fromName = Str::before(Str::between($model->from, '"', '"'), '<');
$fromEmail = Str::between($model->from, '<', '>');