mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #19931 from prathamesh-sonpatki/note-about-non-get-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]
This commit is contained in:
commit
f58c1e17fa
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue