Report this

What is the reason for this report?

What task should be done to send email from the server?

Posted on November 26, 2014

Hi,

I am new at linux configuration. My problem is: I do not what tasks should be done to enable sending email from the server. Normally we use contact form where we use php mail() function. I want when I use this function, I would be able to send email. So, please could you guide me anyone as how to configure or which package should be installed.

Moreover, I tried something reading this link https://www.digitalocean.com/community/questions/php-mail-script-does-not-work and use the following command:

sudo apt-get install sendmail

And then applied this command:

sudo netstat -plutn | grep 25

And find the result:

$ sudo netstat -plutn | grep 25
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1293/sendmail: MTA:

However, please help what I should do in this circumstance.

Thanks in advance, Shimul



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

One more thing to try:

sudo apt-get install mailutils

Using the command you have given, I found:

Connection to smtp.gmail.com 25 port [tcp/smtp] succeeded!

When I use the mail(); nothing happens, no email received to my inbox.

Yes I am getting email using the command: sendmail -v your@email.org < mail.txt

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.