mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
15 lines
243 B
PHP
15 lines
243 B
PHP
<?php
|
|
|
|
$message['subject'] = __("Wavelog Test-Mail");
|
|
|
|
$message['body'] = __("Hi,
|
|
|
|
This is a test email from your Wavelog instance.
|
|
|
|
If you received this email, your mail settings are correct.
|
|
|
|
Regards,
|
|
|
|
Wavelog");
|
|
|
|
echo json_encode($message); |