Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-10-19 Thread Lukas Wagner
On 10/17/23 09:27, Lukas Wagner wrote: Ping - would be great to get some reviews on this to get this merged for the next release. On 9/18/23 13:14, Lukas Wagner wrote: This patch series adds support for a new notification endpoint type, smtp. As the name suggests, this new endpoint allows PVE

Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-10-17 Thread Lukas Wagner
Ping - would be great to get some reviews on this to get this merged for the next release. On 9/18/23 13:14, Lukas Wagner wrote: This patch series adds support for a new notification endpoint type, smtp. As the name suggests, this new endpoint allows PVE to talk to SMTP server directly, without

Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-09-25 Thread Lukas Wagner
The notification system overhaul is available in the pvetest repository, however that does not yet include the SMTP endpoint type. Only gotify and sendmail (uses the system's sendmail command to send mails) are available so far. -- - Lukas ___ pve-

Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-09-23 Thread Gilberto Ferreira via pve-devel
rreira > To: Proxmox VE development discussion > Cc: > Bcc: > Date: Sat, 23 Sep 2023 09:52:40 -0300 > Subject: Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP > endpoint > Hi there > > Today I saw an update here in PVE 8 that put some panels in order to &

Re: [pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-09-23 Thread Gilberto Ferreira via pve-devel
--- Begin Message --- Hi there Today I saw an update here in PVE 8 that put some panels in order to configure this endpoint, I believe. But after installing this update, I could not find where the panels are. Any hint? Thanks Em seg., 18 de set. de 2023 às 08:15, Lukas Wagner escreveu: > T

[pve-devel] [PATCH v3 many 0/7] notifications: add SMTP endpoint

2023-09-18 Thread Lukas Wagner
This patch series adds support for a new notification endpoint type, smtp. As the name suggests, this new endpoint allows PVE to talk to SMTP server directly, without using the system's MTA (postfix). On the Rust side, these patches add a new dependency to the `lettre` crate for SMTP communication