-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
System will not send emails from submitted email address.. you can either add it as reply-to or add the value in the email body so that you can see it.
as seen in 4eecfce
recommended
$headers = 'From: fablab@startupmission.in' . "\r\n";
mail("abhilashst1@gmail.com", $subject, $message, $headers); // @ startupmission.in is necessary Reactions are currently unavailable