Skip to content

Commit

Permalink
Explain that server_auth takes either a boolean or symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Rowe committed May 10, 2012
1 parent 59cd9ed commit d779c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/god.asciidoc
Expand Up @@ -1012,7 +1012,8 @@ delivery_method - The Symbol delivery method. [ :smtp | :sendmail ]
=== SMTP Options (when delivery_method = :smtp) ===
server_host - The String hostname of the SMTP server (default: localhost).
server_port - The Integer port of the SMTP server (default: 25).
server_auth - The Boolean of whether or not to use authentication
server_auth - A Boolean or Symbol, false if no authentication else a symbol
for the type of authentication [false | :plain | :login | :cram_md5]
(default: false).

=== SMTP Auth Options (when server_auth = true) ===
Expand Down

0 comments on commit d779c14

Please sign in to comment.