Closed nehemmiah closed 3 years ago
Hi @nehemmiah ,
please try to use $message_mask
instead of $mail
. In your case the masked instance is stored in $message_mask
and not in $mail
. If you want or have to use $mail
, try using $mail->mask()
instead.
Best regards,
hello, so i've been trying to understand how to use mask since i read the code and it has function to replace the image url inside the mail. i'm referencing to the getHTMLBodyWithEmbeddedBase64Images() i'm new to this so the first question is : what is mask? and then the main question, how to use it?
this is the code for my controller
and this is on the blades view,
i tried using
but it just returned null
i hope i can get some help with this, thank you