Does this discussion help you? https://github.com/laravel/framework/issues/11051
Nov 3, 2016
4
Level 1
Mail::send() in Lumen says "No Connector for [ ]"
I have create a task to send an email before 24 hours in Lumen , Using SMTP Mail:send(). I have added the command in register function and also in schedule function Kernel.php But when i run the command it says "No Connector for [ ]". But Mail:send is working fine from controller but when i call from a command its not working it says "No Connector for [ ]"
Please help !
Level 1
Hi @tisuchi ,
Does this discussion help you? https://github.com/laravel/framework/issues/11051
Yes , this has helped me and thanks a lot and sorry for delayed replay.
2 likes
Please or to participate in this conversation.