Skip to content
Advertisement

How to send mail if TO address is blank in laravel

i am trying to send mail with CC address and without TO address.

My code is bellow.

JavaScript

I am trying above code and get the bellow error.

local.ERROR: Address in mailbox given [] does not comply with RFC 2822, 3.6.2.

Advertisement

Answer

You Can try with array arguments.

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement