pragmaMx Support Forum

Archive => veraltete bzw. unsupportete Systeme und Module => Alt Archive => VKP-Maxi & VKP-Midi & VKP-Mini => Thema gestartet von: Kartoffelbrei in 19 Oktober 2003, 13:56:42

Titel: Email nach Eintrag senden
Beitrag von: Kartoffelbrei in 19 Oktober 2003, 13:56:42
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
Titel: Re: Email nach Eintrag senden
Beitrag von: BowlingX in 19 Oktober 2003, 14:53:29
Naja...es gibt die PHP Funktion "mail()"...hier genauere Informationen:
http://de3.php.net/manual/de/ref.mail.php
Titel: Re: Email nach Eintrag senden
Beitrag von: jubilee in 20 Oktober 2003, 16:40:47
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