We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I avoid timeout error? Even though this error email actually works. I just want to see this task completed successfully.
This is the config.
task: SendEmail@1 continueOnError: true inputs: To: '[email protected]' From: '[email protected]' Subject: '[BoardPAC] Nightly-QAAutomation-QAStage Results' Body: 'Hi, Please find the automation report attached.' BodyAsHtml: true AddAttachment: true Attachment: '$(System.DefaultWorkingDirectory)\pdf-report\report.pdf' SmtpServer: 'smtp.gmail.com' SmtpUsername: '[email protected]' SmtpPassword: 'XXX' UseSSL: true SmtpPort: 587
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How do I avoid timeout error? Even though this error email actually works. I just want to see this task completed successfully.
This is the config.
task: SendEmail@1
continueOnError: true
inputs:
To: '[email protected]'
From: '[email protected]'
Subject: '[BoardPAC] Nightly-QAAutomation-QAStage Results'
Body: 'Hi,
Please find the automation report attached.'
BodyAsHtml: true
AddAttachment: true
Attachment: '$(System.DefaultWorkingDirectory)\pdf-report\report.pdf'
SmtpServer: 'smtp.gmail.com'
SmtpUsername: '[email protected]'
SmtpPassword: 'XXX'
UseSSL: true
SmtpPort: 587
The text was updated successfully, but these errors were encountered: