PDA

View Full Version : Automated Pm Response...


Chris M
07-30-2002, 11:56 PM
I have this function on my email account...

Id like to be able to set a "Responder" message, so that It lets the user know they have recieved the PM...

Satan

filburt1
07-31-2002, 12:55 AM
<font size="1">Psst, PM tracking...</font>

Chris M
07-31-2002, 01:35 AM
Psst...

I know about PM tracking...Not everyone is allowed to use it...Plus - PM tracking doesnt send a Custom User-defined Message back to the sender does it? Also - PM tracking wont allow you to turn it on and off every now and then?

Satan

filburt1
07-31-2002, 01:36 AM
*whimpers* Sorry :(

:D

Chris M
07-31-2002, 08:42 AM
Lol...

So...Does anyone know what could be done?

Satan

Logician
07-31-2002, 11:02 AM
eval("\$birthday_greeting_pm = \"".gettemplate("birthday_greeting_pm",1,0)."\";");
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title ,message,dateline,showsignature,iconid,messageread ,folderid) VALUES (NULL,$birthday_children[userid],$birthday_children[userid],$greeter,'".addslashes(htmlspecialchars($title2))."','".addslashes($birthday_greeting_pm)."',".time().",1,'$log_iconid',0,0)");

This is the sample algorithm to send pm in the code level.. Assign values to its variables, modify it according to your needs and put it after the part pm is sent, so that a reply would be resent right after it..

Chris M
07-31-2002, 01:37 PM
Thanks Logician:)

Satan