i want to send email using smtp server i search code for that but i am just confused in its first line kindly tell me what is mail.php in that is this program anme
<?php
require_once "Mail.php";
$from = "Sandra Sender <sender@example.com>";
$to = "Ramona Recipient <recipient@example.com>";
$subject = "Hi!";
$body = "Hi,\n\nHow are you?";
email using smtp
Moderator: General Moderators
Re: email using smtp
Mail.php is some file the person who made the sample code created - there's no way for us to know what it is.
Try looking into the examples at http://php.net/manual/en/function.mail.php
Try looking into the examples at http://php.net/manual/en/function.mail.php