Skip to content

Commit

Permalink
Added note about non-GET links getting converted to GET links in mai…
Browse files Browse the repository at this point in the history
…ler templates [ci skip]
  • Loading branch information
prathamesh-sonpatki committed Apr 28, 2015
1 parent 7edf520 commit d27cd9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions guides/source/action_mailer_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ url helper.
<%= user_url(@user, host: 'example.com') %>
```

NOTE: `non-GET` links don't work when added to mailer templates. They are treated as `GET` links.

### Sending Multipart Emails

Action Mailer will automatically send multipart emails if you have different
Expand Down

0 comments on commit d27cd9b

Please sign in to comment.