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
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
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-
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
&
--- 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
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