Modify ↓
Ticket #539 (new enhancement)
Custom build log mailer
| Reported by: | mrook | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | TBD |
| Component: | phing-core | Version: | 2.4.2 |
| Keywords: | Cc: |
Description
(from http://stackoverflow.com/questions/1414898/phing-sending-the-full-log-by-email)
When I launch phing by the command-line, the building-log is displayed ; I would like it :
- sent by e-mail,
- to several recipients,
- whether the build succeeded or failed
- ideally : with a subject for the mail telling if the build succeeded or failed
- ideally : some kind of HTML mail, with formatting, colors, ... would be nice
Attachments
Change History
comment:1 Changed 16 months ago by mrook
- Version changed from 2.4.1 to 2.4.2
- Milestone changed from 2.4.3 to 2.4.4
comment:2 Changed 15 months ago by jpb0104
Can I recommend http://swiftmailer.org/ for the mailer? Very configurable. Can send multipart emails. Can easily use gmail for smtp? I guess I just did!
Note: See
TracTickets for help on using
tickets.
