Fixes in documentation

This commit is contained in:
absurdo 2023-11-04 21:15:44 +01:00
parent cfb70403c1
commit dc58175760
13 changed files with 119 additions and 113 deletions

View file

@ -115,12 +115,12 @@ class SendMail:
With this method you can send email to multiple address, html, and add attachments to email
Args:
from_adress (str): The adress used for send the email
from_address (str): The adress used for send the email
to_address (list): A list of emails where the email will be sended.
subject (str): The subject of the email
message (str): The content of the message
content_type (str): The type of mail content, can be plain or html.
attatchments (list): A list with a serie of file paths for attach to the email.
attachments (list): A list with a serie of file paths for attach to the email.
"""
if self.smtp==None: