Sha256: 54a3747180d1bff1367c2fb07da9062770b263c4758965277396c30002cbfd6f

Contents?: true

Size: 1.44 KB

Versions: 3

Compression:

Stored size: 1.44 KB

Contents

= Documentation for Email Base Feature

The email base feature is automatically loaded when you use a Rodauth feature
that requires sending emails.

== Auth Value Methods

allow_raw_email_token? :: When +email_token_hmac_secret+ is used, this allows the use of the raw
                          token.  This should only be set to true temporarily during a transition
                          period from using raw tokens to using HMACed tokens.  After the transition
                          period, this should not be set, as setting this to true removes the
                          security that HMACed tokens add.
default_post_email_redirect :: Where to redirect after sending an email. This is the default
                               redirect location for all redirects after an email is sent when the
                               account is not logged in.  Also includes cases where an email is not
                               sent due to rate limiting.
email_from :: The from address to use for emails sent by Rodauth.
email_subject_prefix :: The prefix to use for email subjects 
require_mail? :: Set to false to not require mail, useful if using a different
                 library for sending email.

== Auth Methods

email_to :: The email address to send emails to, by default the login of the
            current account.
create_email(subject, body) :: Return a Mail::Message instance with the given subject
                               and body.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rodauth-1.22.0 doc/email_base.rdoc
rodauth-1.21.0 doc/email_base.rdoc
rodauth-1.20.0 doc/email_base.rdoc