automatic e-mail reply from webspeed

aviovda

New Member
Hi all
I would like to create an automatic mail reply event for users who forgot their passwords,
in PHP it looks like

mail ($_POST['email'], "Username & Password request", "Your username and password for " . $domain . " is : \n" . "Username = " . $tmpname . "\n" . "Password = " . $tmppass, $headers);

can you help me defining it via webspeed.

thank you very much.

Avi o.
 

Wossname

New Member
If you've got an SMTP mail server then you're probably best using smtpmail.p from freeframework.org. The code is fairly heavily self documented so you should be able to get something working.
 

aviovda

New Member
Hey Wossname,
i have already done, as your advice, the problem was that i couldnt work it out alone, finaly with a great help of Joey.Jeremiah, the problem finaly resolved,
thank you, and many thanks to Joei .
 
Top