aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/action_mailer_basics.textile
Commit message (Collapse)AuthorAgeFilesLines
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-555/+0
|
* Updating the documentation to ActionMailer::Base.queueRafael Mendonça França2012-09-121-4/+8
|
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-14/+1
|
* minor fixes and edits [ci skip]Vijay Dev2012-09-091-6/+3
|
* Added information about dynamic delivery options to action mailer guidesAditya Sanghi2012-09-071-0/+18
|
* Merge pull request #106 from neilstockbridge/masterJeff Shantz2012-08-301-1/+1
|\ | | | | Added a bullet for :enable_starttls_auto in the smtp_settings table
| * Added a note for smtp_settings.enable_starttls_autoNeil Stockbridge2012-08-081-1/+1
| |
* | add breathing to reading sentences for flow, cut down the run-ons [ci skip]Soon Van2012-08-131-10/+10
|/
* Document default_options configuration in ActionMailer guide [ci skip]Dejan Simic2012-08-041-0/+2
|
* Fixed second assert_match - previous one didn't make any sense (if the first ↵Jakub Kuźma2012-07-091-1/+1
| | | | passed, the second passed as well)
* It's better to pass strings to assert_match - it converts them to regular ↵Jakub Kuźma2012-07-091-2/+2
| | | | expressions, escaping special chars like '.'. It seems email.encoded contains some unexpected line breaks (due to encoding), it's better to assert_match email.body.to_s.
* Guide update for Async ActionMailerBrian Cardarella2012-06-261-0/+31
|
* Bump Rails version in action mailer guide.Oscar Del Ben2012-05-011-1/+1
|
* moves the guides up to the root directoryXavier Noria2012-03-171-0/+516