Action mailer details

I am not aware waht details go here and where to obtain them, please
help

ActionMailer config:

ActionMailer::Base.delivery_method = :smtp

ActionMailer::Base.server_settings = {
:address => “your.smtp.server”,
:port => 25,
:domain => “your.domain”
}