Hi,
We are in the process of migrating a Joomla 1.5 site with CB and SB Subs to Joomla 3.3.1.
Until the new site is live we do not want any emails to be sent to users especially about their CB Subs subscription expiring. I have done the following things, but the expiry email is still being sent out:
- Joomla Global Config > Server >
- Send Mail = No
- Mailer = SMTP
- Password = blank
- CB Subs > Settings >
- Global > Mass expiry settings > Cron (make sure no cron job setup)
- Global > Mass expiry settings > Maximum /cron run: 1
- Global > Automated payments > Maximum /cron run: 1
- Mailer > Enabled = No
- no cron job setup for the account
- CB
- /administrator/com_comprofiler/comprofiler.class.php - comment out line 172 and add new line after it with: $mailSent = true; // Line49 hack to stop email
- unpublish CBSubs Mailer plugin and CBSubs email plugin
I don't want to have to go into every one of our CB Subs plans and remove the email messages so they are blank. Is there somewhere else that I can 'hack' temporarily to make sure that no email is sent from CB Subs?
Thank you.