Open Abdelraman opened 1 year ago
Use composer require f9x-tech/laravel-gmail
. I have removed the cc and bcc option
Thanks a lot, will give it a try
Hi @sazzadh88 Thanks for these changes now I don't need to add cc bcc every time with your package. But also if i want to send email into cc it's not working could you check this?
Hi @sazzadh88 Thanks for these changes now I don't need to add cc bcc every time with your package. But also if i want to send email into cc it's not working could you check this?
Sure, I’ll make changes into it.
Hi @sazzadh88
if you can help me out with below issue. https://github.com/dacastro4/laravel-gmail/issues/259#issue-1700437396 Thanks in advance.
Symfony\Component\Mime\Email::cc(): Argument #1 must be of type Symfony\Component\Mime\Address|string, null given, called in /home/abdeleid/www/sender/vendor/dacastro4/laravel-gmail/src/Traits/Replyable.php on line 408
this error shows up, but I need to send the email without the cc and bcc set
Thanks