You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$_SESSION['email']="example@mail.com"; // type receiver mail here
$_SESSION['mail_sub']="subject"; // type your subject here
$_SESSION['mail_body']="body"; //type your body here
$_SESSION['mail_sender']="example@mail.com"; // type sender mail here
$_SESSION['next_page']="https://example.com"; // type website address here where you want to go after mail sent or you can put localhost address if you are on localhost e.g. localhost/project/page_name.php