author_email property

author_email property

Gets or sets the author email. Contains a string with author’s email address. String that compliant with RFC 2822 section 3.4. This element has no attributes. There may be only one author email address.

Definition:

@property
def author_email(self):
    ...
@author_email.setter
def author_email(self, value):
    ...

See Also