Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Sabbir345's avatar

PHP sendmail function how to use in Laravel

$from = "[email protected]"; $to = "sabbir94@gmail.com"; $subject = "Checking PHP mail"; $message = "PHP mail works just fine"; $headers = "From:" . $from; mail($to,$subject,$message, $headers);

please help me

##_client requirement to use php mail function use :(

0 likes
1 reply

Please or to participate in this conversation.