Skip to content

Commit

Permalink
ADD: email BCC param docstring for file transport
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cesar Caballero Díaz committed Aug 7, 2018
1 parent ab16718 commit cd1b545
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailproc/transports/file_sender_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def send_mail(self, email_from, email_to, email_subject, email_text, email_html=
:param email_subject: Email subject
:param email_text: Text only mail body
:param email_html: HTML mail body
:param email_bcc: List of Blind Carbon Copy (BCC) addresses
:param email_encode: Email encode (default utf-8)
:param log: Log message (default None)
:param json_attachment: JSON Object to send as a JSON attachment file
Expand Down

0 comments on commit cd1b545

Please sign in to comment.