searley Posted January 26, 2013 Share Posted January 26, 2013 I would like to be able to send and email 10 days after the purchase of a domain name if no hosting package already exists, offering a free trial hosing package.. Any automated way to do this? I have done this manually in the past and it seems to increase sales of hosting 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted January 26, 2013 Share Posted January 26, 2013 Hi You need to cron a php where you query the database to select all clients with "Active" domain and where DATEDIFF between NOW() and setup date is 10. Finally do a while() to send the email with PHPMailer. Notice that you can use PHPMailer that is already included in WHMCS. Just remember to include functions.php. 0 Quote Link to comment Share on other sites More sharing options...
Bloory Posted January 26, 2013 Share Posted January 26, 2013 Would http://blog.whmcs.com/?t=67270 work? 0 Quote Link to comment Share on other sites More sharing options...
searley Posted January 26, 2013 Author Share Posted January 26, 2013 Would http://blog.whmcs.com/?t=67270 work? No it only works for hosting accounts 0 Quote Link to comment Share on other sites More sharing options...
searley Posted January 26, 2013 Author Share Posted January 26, 2013 I dont see how, i goto email marketer, select product/services related And under product/service/addon. There is no mention of domains So please can you advise how i can offer a hosting account 10 days after domain registration?? 0 Quote Link to comment Share on other sites More sharing options...
Bloory Posted January 26, 2013 Share Posted January 26, 2013 Sorry - I thought this would have been an option 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.