working with Laravel 9. but when I try to send contact page form submit form it is encountered following error messages as well.
Swift_IoException Unable to open file for reading [/home3/abc/abc/public/images/logo.png]
Swift_ByteStream_FileByteStream::getReadHandle
vendor/swiftmailer/swiftmailer/lib/classes/Swift/ByteStream/FileByteStream.php:131
in my localhost this is working fine but this is happening in the live hostgrator server.I have following code segment in veryfyUser.blade.php to sending attachment with email
<img src="{{ $message->embed(public_path('images/logo.png')) }}" alt="" style="width: 300px; max-width: 600px; height: auto; margin: auto; display: block;">
I dont konw what is the problem? could you give me some solutions here