Skip to content

virendarkmr/python-email-script-for-Azure-Devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

python-email-script-for-Azure-Devops

This is script can be used for sending email from Azure DevOps task. It can also send attachment.

command to run script:

python send_email.py --fromid="<from_id>" --toid="<to_id>" --subject="" --attachment="<attachment_file>" --body="<email_body>"

Help:

fromid*: email id from the email should be sent.

toid*: email ids of the recepient, multiple email id should be coma seperated. ex: "test@gmail.com,test2@gmail.com,test3@gmail.com".

subject*: subject of the email.

attachment: attachment file name to be sent in email (optional).

How to integrate with Azure DevOps:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages