Email without body when we using mandrillapp
-
Hello Team ,
I am sending a custom mail to user . we create own HTML. when we send normal wp_mail or mail function then we get mail with body . but when I using plugin with mandrillapp and send mail. then we getting mail without body. I am try to resolved it but not get what is the issue . Please check mail header detail
$headers[]= "MIME-Version: 1.0"; $headers[]= "Content-Type: text/html; charset=UTF-8"; $headers[]= "From: No Replay<[email protected]>";
The topic ‘Email without body when we using mandrillapp’ is closed to new replies.