How to set header in php mail
You can try this following code for setting header in PHP mail.
mail ( string $to , string $subject , string $message , array|string $additional_headers = [] , string $additional_params = "" ) : bool
You can try this following code for setting header in PHP mail.
mail ( string $to , string $subject , string $message , array|string $additional_headers = [] , string $additional_params = "" ) : bool
Leave a Reply