Welcome to the OmniMagnet Support

 

Autonotify Sample #1

######################################################################
## Membership renewal letters
#########
$notification ['memsub_renewal-60']['from'] = "webmaster@".$org_url;
$notification ['memsub_renewal-60']['subject'] = "Your $org_page_title membership will expire in 60 days";
$notification ['memsub_renewal-60']['body'] = 
"
Dear FIRSTNAMEHERE,
Your membership in the $org_page_title will expire in 60 days. Please take a moment and extend your membership today at http://www.$org_url/renew.html
We are asking that you take care of this at your earliest convenience--renewing now means that we can focus more of team's time on organizing events and creating services that directly benefit our members. 
Our website makes your membership renewal process seamless, and you can now renew your membership prior to expiration. Extending your membership before it expires adds the new membership term on top of the old one--i.e., it works just the way you'd expect it to. You'll receive the full additional membership term on top of the time remaining in your current membership, and there is the advantage that it gets this action item out of the way for you (and for us!)
First log in to your account at http://www.$org_url/user.html?op=login - Then select the "Renew" submenu under the "Membership" tab to renew your membership. 
The email you should use to log in is 'EMAILHERE'. If you have forgotten your password, go to http://www.$org_url/user.html?op=ru and follow the steps to reset your password. If you are still having problems, please email our webmaster at webmaster@$org_url
Most importantly, we want to make it clear that we appreciate your support of the $org_page_title. It's because of you and your fellow members that the $org_page_title is as active and successful as it is. We are always looking for opportunities to get committed members involved--volunteering your mind and hands can have a direct and positive impact on community. For volunteer opportunities please contact webmaster@$org_url. 
Thanks as always, and we look forward to seeing you at one of our upcoming events!
--The $org_page_title Team
";
#########
$notification ['memsub_renewal-30']['from'] = "webmaster@".$org_url;
$notification ['memsub_renewal-30']['subject'] = "Your $org_page_title membership will expire in 30 days";
$notification ['memsub_renewal-30']['body'] = 
"
Dear FIRSTNAMEHERE,
Your membership in the $org_page_title will expire in 30 days. Please take a moment and extend your membership today at http://www.$org_url/renew.html
We are asking that you take care of this at your earliest convenience. Renewing now means that we can focus more of team's time on organizing events and creating services that directly benefit our members. 
Our website makes your membership renewal process seamless, and you can now renew your membership prior to expiration. Extending your membership before it expires adds the new membership term on top of the old one--i.e., it works just the way you'd expect it to. You'll receive the full additional membership term on top of the time remaining in your current membership, and there is the advantage that it gets this action item out of the way for you (and for us!).
First log in to your account at http://www.$org_url/user.html?op=login - Then select the "Renew" submenu under the "Membership" tab to renew your membership. 
The email you should use to log in is 'EMAILHERE'. If you have forgotten your password, go to http://www.$org_url/user.html?op=ru and follow the steps to reset your password. If you are still having problems, please email our webmaster at webmaster@$org_url
Most importantly, we want to make it clear that we appreciate your support of the $org_page_title. It's because of you and your fellow members that the $org_page_title is as active and successful as it is. We are always looking for opportunities to get committed members involved--volunteering your mind and hands can have a direct and positive impact on community. For volunteer opportunities please contact webmaster@$org_url. 
Thanks as always, and we look forward to seeing you at one of our upcoming events!
--The $org_page_title Team
";
#########
$notification ['memsub_renewal-1']['from'] = "webmaster@".$org_url;
$notification ['memsub_renewal-1']['subject'] = "Your $org_page_title membership expires tomorrow!";
$notification ['memsub_renewal-1']['body'] = 
"
Dear FIRSTNAMEHERE,
Your membership in the $org_page_title will expire tomorrow! 
You must renew today to ensure that you will keep your membership current, be able to attend events at reduced rates, and remain eligible for all other benefits, too.
Our website makes your membership renewal process seamless, and you can now renew your membership prior to expiration. Extending your membership before it expires adds the new membership term on top of the old one--i.e., it works just the way you'd expect it to. You'll receive the full additional membership term on top of the time remaining in your current membership, and there is the advantage that it gets this action item out of the way for you (and for us!).
First log in to your account at http://www.$org_url/user.html?op=login - Then select the "Renew" submenu under the "Membership" tab to renew your membership. 
The email you should use to log in is 'EMAILHERE'. If you have forgotten your password, go to http://www.$org_url/user.html?op=ru and follow the steps to reset your password. If you are still having problems, please email our webmaster at webmaster@$org_url
Most importantly, we want to make it clear that we appreciate your support of the $org_page_title. It's because of you and your fellow members that the $org_page_title is as active and successful as it is. We are always looking for opportunities to get committed members involved--volunteering your mind and hands can have a direct and positive impact on community. For volunteer opportunities please contact webmaster@$org_url. 
Thanks as always, and we look forward to seeing you at one of our upcoming events!
--The $org_page_title Team
";
#########
$notification ['memsub_renewal30']['from'] = "webmaster@".$org_url;
$notification ['memsub_renewal30']['subject'] = "Your $org_page_title membership expired 30 days ago";
$notification ['memsub_renewal30']['body'] = 
"
Dear FIRSTNAMEHERE,
Your membership in the $org_page_title has now been expired for one month...and we want you back!
We know how busy life is and that things can slip, but your continued support is important to us, and it does make a difference. Membership dues provide the bulk of the financial support we require to host events and provide membership services each year. Having our members renew really makes a difference in our ability to run the things smoothly and continue to provide value.
Please renew today to ensure that you will keep your membership current, be able to attend events at reduced rates, and remain eligible for all other benefits, too. You can do so at http://www.$org_url/renew.html
We are asking that you take care of this at your earliest convenience--renewing now means that we can focus more of our volunteer and officer time on organizing events and creating services that directly benefit our alumni. 
First please sign-in to your account at http://www.$org_url/user.html?op=login
Then select the "Renew" submenu under the "Membership" tab to renew your membership. 
The email you should use to log in is 'EMAILHERE'. If you have forgotten your password, please go to http://www.$org_url/user.html?op=ru and follow the steps to reset your password. If you are still having problems, please email our webmaster at webmaster@$org_url
The $org_page_title offers a wide range of benefits and discounts exclusively for our members. These benefits -- http://www.$org_url/benefits.html -- can save you many times the cost of membership, and we are working to add more all the time.
Most importantly, we want to make it clear that we appreciate your support of the $org_page_title. 
Thanks as always, and we look forward to seeing you at one of our upcoming events!
--The $org_page_title Team
";
######################################################################
## Memsub Application Responses
#########
$notification ['memsub_app_approve']['from'] = "webmaster@$org_url";
$notification ['memsub_app_approve']['subject'] = "$org_page_title response - action required";
$notification ['memsub_app_approve']['body'] = 
"
Dear FIRSTNAMEHERE,
Your membership application to the $org_page_title has been approved.
In order to complete the transaction please follow these steps:
1. Return to http://www.$org_url/memsub.html
IMPORTANT: Make sure you are logged in*.  This is the only way the system can recognize you and associate you with your approved application.
2. Check the desired membership level and Click Continue.
3. Enter your credit card information and proceed to check out.
We look forward to seeing you in the near future at one of our events.  Thank you for your interest, and please stay involved.
Sincerely,
The $org_page_title Team
*HAVING PROBLEMS?   If you run into difficulties (most likely are presented with the Application screen again), here is probably why:  You must be logged-in to the site in order to do this (the system needs to know who you are to associate you with the approved application).  
How can I tell if I am logged-in?  You will know that you are logged in if at the upper-left corner of the page you see the words 'Hello FIRSTNAMEHERE'.  If instead, you see 'New user, registration is FREE!' please go to the home page and log in with your email and password.  Then, resume to step 1 above.
What if I do not have a password?  No worries - the login page also has a 'Forgot My Password' link.  Click on it and follow the instructions, then log-in, then resume Step 1 above.
I'm still lost, what do I do?  If all above failed, please email us at webmaster@$org_url
";
#########
$notification ['memsub_app_deny']['from'] = "webmaster@$org_url";
$notification ['memsub_app_deny']['subject'] = "Your $org_page_title Application";
$notification ['memsub_app_deny']['body'] = 
"
Dear FIRSTNAMEHERE,
Thank you for your interest in the $org_page_title.
Membership in $org_page_title is tightly controlled.  This policy is a cornerstone of our formation and it preserves the significant value delivered by us to both our members and sponsors.
Based on the information submitted, it does not appear that your application fits our stringent criteria.  If we are mistaken, please let us know.  If not, thank you for your interest, but we cannot accommodate your application.  
We will make sure to include you on our mailing lists and hope that you will join our members at the open events where both participation and sponsorship would be greatly appreciated.  
Sincerely,
The $org_page_title Team";
#########
$notification ['memsub_app_moreinfo']['from'] = "webmaster@$org_url";
$notification ['memsub_app_moreinfo']['subject'] = "Your $org_page_title Application - more info required.";
$notification ['memsub_app_moreinfo']['body'] = 
"
Dear FIRSTNAMEHERE,
Membership in the $org_page_title is tightly controlled.  This policy is a cornerstone of our formation and it preserves the significant value delivered by us to both our members and sponsors.
For verification of your eligibility, please make sure your membership application is complete.
Sincerely,
The $org_page_title Team";
######################################################################
## Membership Thank you Responses
$notification ['memsub_purchase']['subject']	 = "Welcome to ".$org_page_title."!";
$notification ['memsub_purchase']['from']		 = "$org_page_title ";
$notification ['memsub_purchase']['body'] 		 = "Dear ".$_SESSION['bill_first_name'].",
Thank you, and welcome to our community.
Your purchase of ".$_SESSION['desired_memsub_name']." $text_for_email for the amount of ".currency_symbol('for_email').$_SESSION['desired_memsub_price']." entitles you to enjoy more of our activities, gain greater access to site functionality, and enhance your overall experience with us. 
$expiration_line  
$comment_line_in_email
As you know, what makes our endeavor successful is your active participation on a frequent basis.  We urge you to visit frequently and actively participate.
Thanks again, 
-- The $org_page_title Team";
######################################################################
## Registration Thank you Responses
$notification ['new_user_reg']['subject']	 = "Welcome to ".$org_page_title."!";
$notification ['new_user_reg']['from']		 = "$org_page_title ";
$notification ['new_user_reg']['body'] 		 = "Dear $first_name,
Welcome to ".$org_url.".  You are now ready to enjoy the many benefits our site offers its registered users.
Please login using:
Login: ".$_POST['email']."
Password: ".$password."
For your convenience, you can change your password to something more easily remembered once you sign in.
Thank you for your participation.
Thank you,
-- The Webmaster!";






© Copyright OmniMagnet, LLC, ALL RIGHTS RESERVED.