1. 12 3月, 2018 1 次提交
  2. 11 1月, 2018 1 次提交
  3. 25 9月, 2017 1 次提交
  4. 24 9月, 2017 1 次提交
  5. 27 8月, 2017 1 次提交
  6. 26 8月, 2017 1 次提交
  7. 22 8月, 2017 1 次提交
  8. 08 8月, 2017 1 次提交
  9. 25 5月, 2017 2 次提交
  10. 30 3月, 2017 1 次提交
  11. 19 3月, 2017 1 次提交
  12. 26 1月, 2017 1 次提交
  13. 21 1月, 2017 1 次提交
  14. 03 12月, 2016 1 次提交
  15. 06 7月, 2016 1 次提交
  16. 07 6月, 2016 1 次提交
    • J
      Do not suggest nonsensical OpenSSL verify modes [ci skip] · 5e3fb2f7
      Jonne Haß 提交于
      SSL_set_verify(3) explains:
      
      SSL_VERIFY_FAIL_IF_NO_PEER_CERT
        Server mode: if the client did not return a certificate, the TLS/SSL
      handshake is immediately terminated with a "handshake failure" alert.
      This flag must
        be used together with SSL_VERIFY_PEER.
      
        Client mode: ignored
      
      SSL_VERIFY_CLIENT_ONCE
        Server mode: only request a client certificate on the initial TLS/SSL
      handshake. Do not ask for a client certificate again in case of a
      renegotiation.
        This flag must be used together with SSL_VERIFY_PEER.
      
        Client mode: ignored
      
      The SMTP connection here uses a OpenSSL socket in client mode,
      suggesting invalid/ignored flags is rather misleading.
      5e3fb2f7
  17. 22 3月, 2016 1 次提交
  18. 25 2月, 2016 1 次提交
  19. 13 2月, 2016 2 次提交
  20. 18 12月, 2015 1 次提交
  21. 20 9月, 2015 1 次提交
  22. 09 8月, 2015 1 次提交
    • M
      [ci skip] Adding a note to Action Mailer Basics documentation that Google increased its · 1896be97
      melissawahnish 提交于
      security measures so using the example for Gmail will return a “Password Incorrect” error,
      and you will receive an email from Google that they blocked a sign-in attempt.  You can change
      your Gmail settings or use another ESP.
      
      I discovered this when I was testing a simple mailer example app and was just going to
      use my personal Gmail account for the test.  I think it would be best to note this change
      since now Gmail may not be the best option for a quick test.  I hope this saves time for other Rails
      developers.  The Gmail example does show a good example of how to configure the smpt settings.
      1896be97
  23. 07 8月, 2015 1 次提交
  24. 03 7月, 2015 1 次提交
  25. 27 5月, 2015 1 次提交
  26. 12 5月, 2015 1 次提交
  27. 28 4月, 2015 2 次提交
  28. 09 2月, 2015 1 次提交
  29. 14 1月, 2015 1 次提交
  30. 30 12月, 2014 1 次提交
    • J
      Un-inline if statement · 2d1f4033
      Josh Cheek 提交于
      The single line was long enough that it rendered on two lines,
      causing the example to look like syntactically invalid code.
      2d1f4033
  31. 25 12月, 2014 1 次提交
    • D
      Fix bug in ActionMailer guide. · 65158a67
      Dan Bernier 提交于
      When setting a mailer's default from address, you have to pass a hash
      with a `:from` key; you can't pass just an email address.
      65158a67
  32. 24 12月, 2014 1 次提交
  33. 30 11月, 2014 1 次提交
  34. 25 11月, 2014 1 次提交
  35. 16 9月, 2014 1 次提交
  36. 21 8月, 2014 1 次提交
  37. 20 8月, 2014 1 次提交