0

How do I check which SMTP client I have installed? And how do I configure it?

Jorge Castro
  • 71,754
Genadinik
  • 635

1 Answers1

1

Most email programs, like Thunderbird or Evolution, have a SMTP client build in to send mail, so you can have more than one SMTP client installed and there is no easy way to get a list of all installed clients.

What do you want to do?

  • Thanks! I am trying to get a Ruby on Rails send email. I just want to know what settings to give it so that it will start sending. Currently I get no errors from Ruby and it is trying to send, but can't :( so I figured I should look into SMTP – Genadinik May 26 '11 at 20:22
  • I've never used Ruby on Rails but maybe this helps: http://stackoverflow.com/questions/6144510/how-to-check-rails-mail-setting – Florian Diesch May 26 '11 at 20:34