Opened 3 years ago
Last modified 3 years ago
#13567 new enhancement
Send summary of workflow to trac-builds mailing list on workflow_run event
| Reported by: | Jun Omae | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6.1 |
| Component: | project | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
The automatic builds has been restored, however trac-builds mailing list is not working yet. I created a new workflow to send the summary to trac-builds on workflow_run event (smtp server and the user to send are required).
Proposed changes in [678ea4140/jomae.git] (jomae.git@t13567).
Configuration:
SMTP_URL: setsmtps://<hostname>:465orsmtp://<hostname>:587SMTP_USER: set<username>:<password>to authenticate for the smtp server.SMTP_MAIL_FROM: set sender addressSMTP_MAIL_RCPT: settrac-builds@googlegroups.com
build-completed.yml workflow in the changes works once committing to trunk (default branch).
Attachments (0)
Change History (5)
comment:1 by , 3 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 3 years ago
follow-up: 4 comment:3 by , 3 years ago
comment:4 by , 3 years ago
Replying to Ryan J Ollos:
In the past I've used the SMTP Relay in the free tier from SendGrid. The free tier supports 100 emails / day. Should we do that, and save the account info in our private wiki? I can set it up.
Sound good. However, we should configure SPF record in DNS for the sender's domain to send mails via sendgrid. Google groups may reject mails without SPF records configuration.
refs. https://docs.sendgrid.com/ui/account-and-settings/spf-records
comment:5 by , 3 years ago
| Milestone: | 1.5.5 → 1.6.1 |
|---|



Example: