certbot.eff
¶
Subscribes users to the EFF newsletter.
-
certbot.eff.
handle_subscription
(config)[source]¶ High level function to take care of EFF newsletter subscriptions.
The user may be asked if they want to sign up for the newsletter if they have not already specified.
Parameters: config (IConfig) – Client configuration.
-
certbot.eff.
_want_subscription
()[source]¶ Does the user want to be subscribed to the EFF newsletter?
Returns: True if we should subscribe the user, otherwise, False Return type: bool
-
certbot.eff.
subscribe
(email)[source]¶ Subscribe the user to the EFF mailing list.
Parameters: email (str) – the e-mail address to subscribe