Posts by Lucas Freitas • 84 points
2 posts
-
6
votes1
answer101
viewsA: Field (From: Name) in a PHP email
You should use the following pattern for the header From: Nome da Pessoa <[email protected]>
phpanswered Lucas Freitas 84 -
0
votes2
answers426
viewsA: Problem sending email (with html) using PHP
You don’t need to use these line breaking tests. The constant PHP_EOL already does that. You cannot use external styles inside the tag style. Use an inliner CSS tool to do this for you, it’s easier.…