Wordpress Mail Function

 


 $to = 'navototest@gmail.com';

$subject = 'The subject';

$body = 'The email body content';

$headers = array(

     'From: Meirav Group <meiravgilboam@gilboam.co.il>',

    'Content-Type: text/html; charset=UTF-8'

    );

 

echo wp_mail( $to, $subject, $body, $headers );

die();

Comments

Popular posts from this blog

Add Css And Js Files on Specific Page In laravel

Xpendy Pending

Laravel Join with two coloums