• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Setting Confirmation Email to No not working

Setting Confirmation Email to No not working 10 years 7 months ago #28933

  • admin565
  • admin565's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
A confirmation email is still being sent with the user's name and password after disabling confirmation by email and Joomla user notification email to No.

I've created a membership form that also acts as the Joomla User registration. I have a lot of members I need to add to the backend. I need the information in place for a directory but don't want to alert members they are registered before the site is ready to go live.

I have gone to the form's Properties tab, selected Form Info and set the 'Enable Confirmation by Email' to No. I have also gone to Joomla's Extensions > Plugin Manager > User - Joomla! and set the Notification Mail to User to No.

Is there something else I need to do?
The administrator has disabled public write access.

Setting Confirmation Email to No not working 10 years 6 months ago #29150

  • admin565
  • admin565's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
For anyone searching for an answer to this problem, here is the answer:

The file that controls the RSForm!Pro - Joomla! registration integration is the rsfpregistration.php from plugins\system\rsfpregistration, you could try inspecting this file and seeing where the emails are triggered.

After digging around a bit, I found commenting out the following line (put // in front of it) stopped the email notification:

$return = JFactory::getMailer()->sendMail($data, $data, $data, $emailSubject, $emailBody);

Hope this helps someone else.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!