dacastro4/laravel-gmail

Need to specify the cc and bcc every time i need to send an email

Opened this issue · 5 comments

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

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.
#259 (comment)
Thanks in advance.