| Author |
Message |
   
Brad Till (bstill)
New member Username: bstill
Post Number: 1 Registered: 10-2004 Posted From: 69.76.77.144
Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 22, 2004 - 12:31 am: |
|
I have an auction site that I am trying to integrate MMP with. After setting up mailman pro on the domain, I now have two databases. One for the auction and the other is for MMP. Database of auction contains 15-20 tables. My programmers have set it up so when a user registers on the auction site, he is also successfully registered in MMP database. Now, the question is we want to send an email to registered users of MMP. But email should be dynamic, and should pull data from the auction database. What I am trying to accomplish is setting up a daily watchlist email which pulls the users bidding and watched items from the auction database, and sends the email at a scheduled time each day. Can you please guide my programmers on how to set this up? Rather than be a middle man, I can give you the contact info for my programmer. Thanks, Brad
|
   
Frank Bauer (support)
Moderator Username: support
Post Number: 739 Registered: 03-2001 Posted From: 217.227.193.237

Rating: N/A Votes: 0 (Vote!) | | Posted on Friday, October 22, 2004 - 09:38 am: |
|
Hello Brad, The easiest way would be to use the scriptsub.pl script to add subscribers to a list through another script. Call this script with: $mmp_path = "/path/to/Add2it_Mailman_Pro/script/files/"; require "${mmp_path}scriptsub.pl"; &mmp_scriptadd ($mmp_path,$list_filename,$ENV{'REMOTE_ADDR'},$email,$fname,$lname); Additional field data needs to be in the proper $ftt_thetag variables (thetag represents the tag of the field).
Sincerely, Frank Bauer ============================================================ Would you like more... ? Scripts & Service for Your Web Business http://www.add2it.com ...Helping you succeed online... ============================================================
|
|