I'm in for all upgrades !!!!
Lewis
I'm in for all upgrades !!!!
Lewis
Best
Lewis
www.AtoZfitness.com/indexu
here is a brief list of the new features:
- a small help screen
- more fields available
- build more where clauses with point and click
- can set a limit on number to email
- ability to send to screen, file or both
- dropdown for sort by ( display only for ease of typing )
- ability to email me the where clause to help debugging
- submit buttons at both top and bottom of screen
- more?
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
OK, I think this is the last significant upgrade for now. unless someone has some suggestions.Originally posted by lewisw
I'm in for all upgrades !!!!
Lewis
This version allows you to create scripts to store your selections for your emailings. This should help with running emailings that recur daily, weekly or monthly.
Once again, all you do is upload the script to the specified folder and the emailer will automatically put it in a drop down menu for you to choose from.
You can create two types of scripts. One is just the query itself like:
You can omit any of the above variables (except $qry) and enter them at run time. For example, you could omit $screen_or_file and then choose whether to send the info to the screen, a file or both at run time.<?php
$email_file="suspended.mail";
$email_title = "Weekly Stats";
$file_name = "../admin_tpl/mail/email.log";
$from = $msg["20132"];
$screen_or_file= "Both";
$send_help = "No";
$send_ok = "Yes";
$using_qry=true;
$qry = "select * from idx_link where suspended=1 order by link_id";
?>
The second type is to set the variables as you want them. Once again your could select other variables at run time. In the example below you want to send emails to all active sponsors and you would select this script from the dropdown list and enter the Sponsor Limit date at run time.
You can see this MOD at http://www.indexuhelp.com/indexu/admin/esm_emailer.php<?php
$email_file="suspended.mail";
$email_title = "Weekly Stats";
$file_name = "../admin_tpl/mail/email.log";
$from = $msg["20132"];
$screen_or_file= "Both";
$send_help = "No";
$send_ok = "Yes";
$using_qry=false;
$sp_cat="1";
?>
I have disabled the actual emailing in the demo.
One last thing. The actual email and file looks exactly like the print out on the screen. And I have limited the output to 20.
This addon MOD is not part of the indexuhelp site but can be purchased separately.
Last edited by esm; 09-21-2003 at 09:08 PM.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
And me again - looks likeyou finished it - what is the price ?
Frank
I'll let you know.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.
Let me know where I can get the mass emailer hack from. I would like to send emails to all the link members as it seems as if their is no way to send emails to the members as of right now.
much apprecitated.
life
Their is a way to do it, in the admin panel click mailing list. Type th emessage and and click next.
You can then send to mailing list subscribers or link owners or members.
esms hack is very good and allows you to add fields from the database so its worth getting
Last edited by inspireme; 07-11-2005 at 11:41 AM.
Main IndexU sites : | Campsite Directory | Tourist Guide | Places2B | AfterDirectory <-- Half price submission using coupon DP50 (from just $11 premium, and $10 basic permanent )