Posts by Antonello • 21 points
3 posts
-
2
votes2
answers426
viewsA: Interpretation of Tags with HTML
Roughly speaking, these keys on Blade are converted to a echo plus the function htmlspecialchars(). Something that looks like this: <p>Olá {{ $nome }}</p> <p>Olá <?php echo…
-
0
votes1
answer221
views -
0
votes2
answers250
viewsA: Phpmailer alternative Gmail From
Can you use another lib? Try the Swiftmailer: http://swiftmailer.org/ Another thing you can do is, instead of setting From, set Replyto. The email will be sent by the account form@... but the…