0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-28 07:58:42 +00:00
nextcloud_server/tests/lib/Mail
Thomas Lehmann e4c013d86d feat(Mailer): add "null" SMTP transport mode
== Goal

Allow disabling mail delivery altogether.

== Usecase

If mails ought to be send by other means than rendering messages from
templates and sending them via SMTP-like protocols.

Example: listening to specific Nextcloud events and pass parameters to
a centralized (i.e. REST-based) API that sends e-mails.

Signed-off-by: Thomas Lehmann <t.lehmann@strato.de>
2024-11-19 11:32:39 +01:00
..
Provider style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
EMailTemplateTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
MailerTest.php feat(Mailer): add "null" SMTP transport mode 2024-11-19 11:32:39 +01:00
MessageTest.php fix(message): Fix logic of Mail test 2024-10-07 12:11:38 +02:00