Function on Costume PHP Page
-
Hello,
I usualy use function bellow to send email on my costume page.
wp_mail($emailTo, $subject, $message, $headers); $emailSent = true;
how do i call mandrill function to send email from costume page?
should be like this?wpMandrill::mail($emailTo, $subject, $message, $headers); $emailSent = true;
Thank You
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Function on Costume PHP Page’ is closed to new replies.