DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help

browse by tag: email in language

sort by

newest, oldest, most popular


category icon

Configuring ActionMailer

in Ruby added by admin, on 10/12/2007 beginner tutorials email

Configuring ActionMailer for the first time can be a little bit troublesome. You have to worry about the server, port, domain, authentication, address to send from and whether you're configuring smtp or sendmail. You have to set things up for both your production and development servers, and you have to make sure that everything's kosher so that your messages won't get knocked down by spam filters.

comment save report