thnx pro i appreciate ur works but please can u help me with this erreur Swift_TransportException Process could not be started [The system cannot find the path specified. ]
Thank you thank you thank you so much may Allah Bless you so much It was hard and difficult and not working with me I am so exited after it successfully worked and grateful. Thank you so mucchhh big fan from Saudi Arabia 🇸🇦 🇸🇦 🇸🇦 🇸🇦 🇸🇦 ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Good afternoon sir, i really appreciate your work. following you regularly. Your tutorials are amazing among other youtubers. I am web developer and learn lot from you. Only one thing i would like to suggest you , kindly record with high quality or zoom codding part while describe it. It would be more helpful. Thanks !!!!! And keep it up........ Waiting for next videos. I Never Comment such things heartily for any youtubers.
When I create this: public function __construct($name) { $this->name = $name; } /** * Get the message envelope. * * @return \Illuminate\Mail\Mailables\Envelope */ public function envelope() { return new Envelope( subject: 'Order Created', ); } no build How to work with it?
do you have any idea of this error? ERROR: Process could not be started [The system cannot find the path specified. \\vendor\\swiftmailer\\swiftmailer\\lib\\classes\\Swift\\Transport\\StreamBuffer.php:295)
Ótimo tutorial, ajudou bastante aqui, obrigado!
Que bom que ajudou,
Considere se inscrever no canal.
thnx pro i appreciate ur works but please can u help me with this erreur
Swift_TransportException
Process could not be started [The system cannot find the path specified. ]
This error is because of your SMTP, PLEASE UPDATE YOUR SMTP CREDENTIALS AND IT SHOULD WORK
Thank you thank you thank you so much may Allah Bless you so much It was hard and difficult and not working with me I am so exited after it successfully worked and grateful. Thank you so mucchhh big fan from Saudi Arabia 🇸🇦 🇸🇦 🇸🇦 🇸🇦 🇸🇦 ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Glad it Helped, Please subscribe to channel.
Good afternoon sir, i really appreciate your work. following you regularly. Your tutorials are amazing among other youtubers. I am web developer and learn lot from you.
Only one thing i would like to suggest you , kindly record with high quality or zoom codding part while describe it. It would be more helpful. Thanks !!!!! And keep it up........ Waiting for next videos.
I Never Comment such things heartily for any youtubers.
Thanks For Your Kind words.
Will Keep Improving The Videos.
Comments like yours always motivate to make good videos.
Thanks
can we send to Gmail instead of mailtrap
Yes, You can just need to use any SMTP and update your .env file.
When I create this:
public function __construct($name)
{
$this->name = $name;
}
/**
* Get the message envelope.
*
* @return \Illuminate\Mail\Mailables\Envelope
*/
public function envelope()
{
return new Envelope(
subject: 'Order Created',
);
}
no build
How to work with it?
do you have any idea of this error?
ERROR: Process could not be started [The system cannot find the path specified.
\\vendor\\swiftmailer\\swiftmailer\\lib\\classes\\Swift\\Transport\\StreamBuffer.php:295)
Seems Like it's Your SMTP Which gives this error.