Send mail with STMP
-
Hello, I’m doing my first WordPress template. I realized that the mail (via the contact form for example) is always in spam (with Outlook and Gmail) or is not even received (1and1). Here is the method I used:
if ($form_valide){
$sent = wp_mail($to, $subject, $body, $headers);
}What advise you to send an email that would have more change to be received. How to send an SMTP mail with WordPress without using a Plugin?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Send mail with STMP’ is closed to new replies.