hi !
habe eine art tabelle im netz wo sich leute eintragen können.
jetzt will ich jedesmal eine email bekommen wenn sich jemand eingetragen hat. also vollautomatisch
wie geht das ?
gruß
brei
Naja...es gibt die PHP Funktion "mail()"...hier genauere Informationen:
http://de3.php.net/manual/de/ref.mail.php
Hallo !
Alternativ kann man die Funktion
mxMail aus der MX-Api verwenden --->
Zitatfunction mxMail($to, $subject, $message, $mxsender="", $type="", $seclogid="")
Zitat# @param to - recipient of the mail -> return false if empty
@param subject - subject of the mail
@param message - message of the mail (text or html)
@param sender - sender of the mail -> sets adminmail if empty
@param type - text or html
@param seclog - add this string to the event-log if given (Pre)
@return false if big mistake, otherwise class-reply
MfG
jubilee