ChrisTERiS Posted April 27, 2017 Share Posted April 27, 2017 (edited) Hello all, Does anyone knows how I can add with PHP code an email to mail queue instead to use Mail()? Till now I was using phpMailer but I want to avoid duplicate settings for users that's why I want to use WHMCS mail settings and mail queue. Thank you Edited April 27, 2017 by ChrisTERiS Typo 0 Quote Link to comment Share on other sites More sharing options...
wulfric Posted May 3, 2017 Share Posted May 3, 2017 (edited) I do not understand your question, perhaps rephrase it? p.s. - sometimes a duplicate email is sent because there is a duplicate cron (perhaps relevant) Edited May 3, 2017 by wulfric 0 Quote Link to comment Share on other sites More sharing options...
ChrisTERiS Posted May 3, 2017 Author Share Posted May 3, 2017 Thank you. I'm coding a mod which sends some notification emails to members. Instead to use mail() function or phpmailer I want to add these emails to WHMCS mail queue (assuming that WHMCS has a mail queue). This way: 1.- I'll avoid to add extra mail settings to my mod making it easier for admins to setup it 2.- Using WHMCS mail queue is better as it has all settings ready on wham mailer to use for sending emails, how many emails to send per hour etc etc. So is there any WHMCS function to do this job? If not ok. I'll try to find it in the database and add it with a query. Thank you 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.