notification e-mails when watcher finds a new release
Closed, ResolvedPublic

Description

watcher now runs daily for extragear bits
https://mail.kde.org/pipermail/neon/2017-June/000431.html

it would be useful to get e-mail notifications of new releases so we can announce them to our awaiting fans

jriddell created this task.Jul 5 2017, 4:13 PM

pandak could be used to accept e-mail, I've set up a forward for stuff with [nci-notify] in the subject to get re-sent to neon@kde.org mailing list

#!/usr/bin/ruby

require 'net/smtp'

message = <<MESSAGE_END
From: Private Person <jr@jriddell.org>
To: A Test User <jr@jriddell.org>
Subject: [nci-notify] SMTP e-mail test

This is a test e-mail message.
MESSAGE_END

Net::SMTP.start('pandak.kubuntu.co.uk') do |smtp|

smtp.send_message message, 'jr@jriddell.org', 'jr@jriddell.org'

end

sitter added a subscriber: sitter.Jul 5 2017, 7:18 PM

Mh. I'd prefer if it went to a separate list (or no list but specific recipients). Automation spam on an otherwise human communication oriented list is fairly annoying.

ok set it to forward to thee and me

I set up this address you can send to nci-notify@jriddell.org jr@jriddell.org,sitter@kde.org,scarlett.gately.clark@gmail.com

jriddell moved this task from Ready To Do to Doing on the Neon board.Jul 25 2017, 11:58 AM
jriddell closed this task as Resolved.Sep 11 2017, 3:04 PM