GMX läuft bei mir so problemlos:
[highlight=epc]
[MailConf]
<NAME>@gmx.de
mail.gmx.de
<NAME>@gmx.de
<PASSWORT>
1
[EibPC]
// Während Systemstart andere Prozesse verzögern
Init = AUS
if after(systemstart(),5000u64) then \\
Init = EIN \\
endif
// Zeiten definieren
Uhrzeit = convert(hour(),$$) + $.$ + stringformat(minute(),0,3,2,2) + $ Uhr$
// Benachrichtigung bei Systemstart
Email = $<NAME>@gmx.de$
Betreff = $Systemstart$
Nachricht = $Systemstart um: $ + Uhrzeit
if Init == EIN then \\
sendmail(Email, Betreff, Nachricht) \\
endif
[/highlight]
[highlight=epc]
[MailConf]
<NAME>@gmx.de
mail.gmx.de
<NAME>@gmx.de
<PASSWORT>
1
[EibPC]
// Während Systemstart andere Prozesse verzögern
Init = AUS
if after(systemstart(),5000u64) then \\
Init = EIN \\
endif
// Zeiten definieren
Uhrzeit = convert(hour(),$$) + $.$ + stringformat(minute(),0,3,2,2) + $ Uhr$
// Benachrichtigung bei Systemstart
Email = $<NAME>@gmx.de$
Betreff = $Systemstart$
Nachricht = $Systemstart um: $ + Uhrzeit
if Init == EIN then \\
sendmail(Email, Betreff, Nachricht) \\
endif
[/highlight]
Kommentar