-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from osandadeshan/1.0.5
Provided support for the outlook email as the email sender.
- Loading branch information
Showing
2 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,39 +2,47 @@ | |
|
||
# Dev environment email properties | ||
dev_is_email_notifications_needed = yes | ||
dev_sender_email_address = maxsoftgreporter@gmail.com | ||
dev_sender_email_address = greporter@maxsoft.com | ||
dev_sender_email_password = 1qaz2wsx$greporter | ||
dev_recipients_email_addresses = [email protected] | ||
dev_sender_email_smtp_host = smtp-mail.outlook.com | ||
dev_sender_email_smtp_port = 587 | ||
dev_recipients_email_addresses = [email protected], [email protected] | ||
dev_email_subject = MaxSoft GReporter | ||
dev_email_body_title_heading_size = 3 | ||
dev_email_body_title = Test Execution Results - Dev Environment | ||
dev_email_body = <b>MaxSoft GReporter</b> - Java plugin for gauge to send the test execution summary to a defined audience. <br /> <a href="https://github.com/osandadeshan/MaxSoft-GReporter">GitHub Source</a> | ||
|
||
# QA environment email properties | ||
qa_is_email_notifications_needed = yes | ||
qa_sender_email_address = maxsoftgreporter@gmail.com | ||
qa_sender_email_address = osanda@gmail.com | ||
qa_sender_email_password = 1qaz2wsx$greporter | ||
qa_recipients_email_addresses = [email protected] | ||
qa_sender_email_smtp_host = smtp.gmail.com | ||
qa_sender_email_smtp_port = 587 | ||
qa_recipients_email_addresses = [email protected], [email protected] | ||
qa_email_subject = MaxSoft GReporter | ||
qa_email_body_title_heading_size = 3 | ||
qa_email_body_title = Test Execution Results - QA Environment | ||
qa_email_body = <b>MaxSoft GReporter</b> - Java plugin for gauge to send the test execution summary to a defined audience. <br /> <a href="https://github.com/osandadeshan/MaxSoft-GReporter">GitHub Source</a> | ||
|
||
# Staging environment email properties | ||
uat_is_email_notifications_needed = yes | ||
uat_sender_email_address = maxsoftgreporter@gmail.com | ||
uat_sender_email_address = osanda@gmail.com | ||
uat_sender_email_password = 1qaz2wsx$greporter | ||
uat_recipients_email_addresses = [email protected] | ||
uat_sender_email_smtp_host = smtp.gmail.com | ||
uat_sender_email_smtp_port = 587 | ||
uat_recipients_email_addresses = [email protected], [email protected] | ||
uat_email_subject = MaxSoft GReporter | ||
uat_email_body_title_heading_size = 3 | ||
uat_email_body_title = Test Execution Results - Staging Environment | ||
uat_email_body = <b>MaxSoft GReporter</b> - Java plugin for gauge to send the test execution summary to a defined audience. <br /> <a href="https://github.com/osandadeshan/MaxSoft-GReporter">GitHub Source</a> | ||
|
||
# Prod environment email properties | ||
prod_is_email_notifications_needed = yes | ||
prod_sender_email_address = maxsoftgreporter@gmail.com | ||
prod_sender_email_address = greporter@maxsoft.com | ||
prod_sender_email_password = 1qaz2wsx$greporter | ||
prod_recipients_email_addresses = [email protected] | ||
prod_sender_email_smtp_host = smtp-mail.outlook.com | ||
prod_sender_email_smtp_port = 587 | ||
prod_recipients_email_addresses = [email protected], [email protected] | ||
prod_email_subject = MaxSoft GReporter | ||
prod_email_body_title_heading_size = 3 | ||
prod_email_body_title = Test Execution Results - Production Environment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters