Module my_autopylot.mail39
Functions
def email_send_via_desktop_outlook(to_email_id='', subject='', message='', attachment_path='')
-
Description
Send email using Outlook from Desktop email application
Args
to_email_id
:str
- [description]. Defaults to "".
subject
:str
- [description]. Defaults to "".
message
:str
- [description]. Defaults to "".
attachment_path
:str
, optional- [description]. Defaults to "".
Returns
[status] Status (bool): Whether the function is successful or failed.
def send_gmail_using_app_password(gmail_username='', gmail_app_password='', to_email_id='', subject='', message='', attachment_path='')
-
Description
Send email using Gmail from Desktop email application
Args
gmail_username
:str
- [description]. Defaults to "".
gmail_app_password
:str
- [description]. Defaults to "".
to_email_id
:str
- [description]. Defaults to "".
subject
:str
- [description]. Defaults to "".
message
:str
- [description]. Defaults to "".
attachment_path
:optional
- [description]. Defaults to "".
Returns
[status] Status (bool): Whether the function is successful or failed.