Skip to content

Commit

Permalink
Merge pull request #19931 from prathamesh-sonpatki/note-about-non-get…
Browse files Browse the repository at this point in the history
…-links

 Added note about non-GET links getting converted to GET links in mailer  Added note about non-GET links getting converted to GET links in mailer templates [ci skip]
  • Loading branch information
senny committed Apr 28, 2015
2 parents 80d0687 + 3d92a9e commit f58c1e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/action_mailer_basics.md
Expand Up @@ -530,6 +530,9 @@ url helper.
<%= user_url(@user, host: 'example.com') %>
```

NOTE: non-`GET` links require [jQuery UJS](https://github.com/rails/jquery-ujs)
and won't work in mailer templates. They will result in normal `GET` requests.

### Sending Multipart Emails

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

0 comments on commit f58c1e1

Please sign in to comment.