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 6754963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:20:37+00:00 2026-05-26T13:20:37+00:00

I just installed ssmtp to send email with LAMP on Ubuntu. And a simple

  • 0

I just installed ssmtp to send email with LAMP on Ubuntu.

And a simple script like this:

     <?php

     $additional_headers = 'From: someone@testing.com' . "\r\n";
     $res = mail('myemail@gmail.com','test','test body', $additional_headers);

     var_dump($res);

     ?>

I received the email but the sender name will put as “nobody” , so it is using the user name “nobody”? How can I change it? I’m new in Ubuntu…

Thanks.

  • 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-05-26T13:20:38+00:00Added an answer on May 26, 2026 at 1:20 pm

    Try changing your “Extra Headers” to also include a ‘Reply-to’ header EG:

    $additional_headers = 'From: someone@testing.com' . "\r\n" .
    'Reply-To: someone@testing.com' . "\r\n";
    

    The way you have it SHOULD work, according to the documentation, but distance can vary depending on which MTA (Mail Transport Agent) your using.

    The doc page is here : http://php.net/manual/en/function.mail.php

    Additional:

    Be aware, that in a lot of mail systems, you need to provide a valid DNS address too. On my mail server running ubuntu, if I give the from header as a domain that cannot be looked up using a valid DNS, the recipient address will appear blank.

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

Sidebar

Related Questions

Just installed Jenkins in Ubuntu 12.04 and I wanted to create a simple build
I am trying to send a sample email from my rails application. this is
just installed new ubuntu vm to test around with node installed things in this
Just installed a nginx server with ubuntu 11.04 and after loading my php program
I just installed python2.6 parallel to my python2.4. I ran this command ln -s
I just installed Aptana Studio 3 and I'm testing out PHP. I tested to
I just installed Tank_Auth in Codeigniter and would like to develop a CMS and
Just installed Gollum wiki on Ubuntu server 11.10, and when I go to launch
Just installed Ubuntu 10.10. Previously I had Ubuntu 10.04. I have a shared partition
Just installed Rails 3.1 rc5 and ActiveAdmin from rails-3-1 branch. Installation went good, and

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.