I am having issues sending email from my Ubuntu OS. I was told I should check my SMTP configuration.
How can I do that on Ubuntu and is there such a concept on this OS?
I am having issues sending email from my Ubuntu OS. I was told I should check my SMTP configuration.
How can I do that on Ubuntu and is there such a concept on this OS?
Ubuntu can have an MTA (providing SMTP services), but actual installation is configuration dependent. You can use
sudo apt-get install postfix
to install a popular and well regarded mail handler. Be warned, running a poorly configured SMTP service can cause problems.SMTP configuration exists in your email client (Evolution, Thunderbird etc)
When you send email from any type of system generally it can be done in 2 options:
Start with the inspection of the software you work on. Where is the configuration of the email there?
When I needed to send data from a php based system I had a look around and I found a really useful how on this blog, as I was sending from an internal server to our internal smtp server I just had to do step 1.