Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8354205
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T09:29:01+00:00 2026-06-09T09:29:01+00:00

Why the below code not sending mail to me? What is the error? <?php

  • 0

Why the below code not sending mail to me? What is the error?

<?php
if(isset($_POST['name'])){
    $msg="Name: ".$_POST['name']."\n Email: ".$_POST['email']."\n Address: ".$_POST['city']."\n Phone: ".$_POST['phone'];
    mail('sganake@gmail.com', 'New Trial Request', $msg);
    echo '<h2 align="center" style="color:green">Thank you for your message.</h2>';

} ?>

No error I got. Just I have not received my email at inbox. This is running on IIS Server.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T09:29:02+00:00Added an answer on June 9, 2026 at 9:29 am

    Try this

    $headers = 'From: from@address.com' . "\r\n";
    $validate = mail('sganake@gmail.com', 'New Trial Request', $msg, $headers);
    
    if($validate)
    {
      echo '<h2 align="center" style="color:green">Thank you for your message.</h2>';
    }
    else
    {
      echo '<h2 align="center" style="color:red">Something went wrong.</h2>';
    }
    

    If you get 'Something went wrong' it means problem is in your mail server and not in PHP code.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the code below for logging and sending error to my e-mail, but
3 I am getting error in sending mail.here below i have mentioned my code.
I am getting an compilation error not a statement for the below code. Not
The code below produces an error saying that my input string was not in
I am sending email throught SMTP Client using below code. MailMessage objMail = new
EDIT In the initial posting's code snippet (see below) I was not properly sending
Below code not work, but it's work fine for jsf1.2. Now the framework is
The code below does not work but meant to illustrate what I want to
When i tried using the below code...the td tag is returned and not the
I am using the below code, but I am not getting that why it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.