Jump to content

a_krishnam_raju

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

a_krishnam_raju's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi! i did it but nothing happened. no error message. it says http 500. Here is the code <?php error_reporting(E_ALL); require("class.phpmailer.php"); $mail = new PHPMailer(); $mail->ClearAddresses(); $mail->AddAddress($_POST['email']); $mail->FromName = "My Name"; $mail->FromAddress = "krishnam.vizag@gmail.com"; $mail->IsHTML(true); $mail->WordWarp $mail->Subject = "Thank you!"; $body = "<div><h4>My Title!</h4></div>"; $body .= "Thank you Info what not here blah blah<br><br>"; $body .= "<p>Your Var = ".$myVar."</p>"; $this->Body = $body; if($mail->Send() !== false) { echo "YAY WE DID IT!"; } else { echo "Jump!"; } ?>
  2. hi! i copied class.phpmailer.php to the same director where test_mail.php (with your code) but its still not working. please hlep? thank you krishnam
  3. Hi! Thanks for the reply. I copied the above code and save it as .php. When i access this page it give me an error. Do i need add any supporting files in the same directory? Please help me. I am new to PHP. Thank you Krishnam
  4. Hi! Thanks a lot for the reply. But I'm very new to PHP. Can you please provide me with an example? So that i could work on it and implement it to the whole form. Please help. Thank you Krishnam
  5. Hi! All I'm Krishnam and I'm trying hard to send FORM details from an HTML FORM to an Email in the form of an HTML mail. Please find the screen shot of my FORM at http://www.krishnamraju.com/devnar/html/school_application.html And the mail that will be sent to the mentioned email id should look like http://www.krishnamraju.com/devnar/html/mail_format.html displaying the data from the FORM in the corresponding right cells. Please help me. Thanks a lot in advance. Krishnam
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.