01-06-2025, 06:01 PM
(01-06-2025, 05:36 PM)TschonBo schrieb: Ich habe das mal in die Config.php aufgenommen,
hoffe es ist die richtige Datei wo es hin soll, bin nicht ganz sicher.
Doch leider, keine eMail..
Da Du das nicht gemacht hast, kann es auch nicht das Problem sein.
Es muss eine andere Einstellung sein.
Ist deine HD Brtf formatiert?
Hm, hatte eher gedacht du testest erst mal das Script was überprüft ob php versendet oder nicht indem du das mal in Dein /volume1/web Verzeichnis als z.B. mail.php Datei legst und dann aufrufst ..
PHP-Code:
<?php
error_reporting(E_ALL);
$to = 'YOUR_EMAIL_ADDRESS';
if(mail($to, 'Testing mail', 'This is a mailing test to see if PHP mail works.'))
{
echo 'Mail was sent by PHP';
}
else
{
echo 'PHP could not send the mail';
print_r(error_get_last());
}
?>
Und ja, mein System ist Brtf formatiert.
Gruß - Der Admin
DS 918+ (12GB) [ DSM 7.2.2-72806 Update 2 ]
DS 1821+ (20GB) [ DSM 7.2.2-72806 Update 2 ]
FRITZ!Box 7490 + Dreambox DM900 UHD (openATV-Image)
DS 1821+ (20GB) [ DSM 7.2.2-72806 Update 2 ]
FRITZ!Box 7490 + Dreambox DM900 UHD (openATV-Image)