Grundfunktionalität zum Senden von E-Mails

This commit is contained in:
2024-03-24 19:52:32 +01:00
parent 5e766bc2e5
commit e9740e86b5
7 changed files with 221 additions and 11 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace Bdp\Modules\Mail\Controllers;
class MailCompose
{
function __construct()
{
kompass_print_mail_compose();
}
}