Jump to:
| Project: | Quiz |
| Version: | 6.x-3.3 |
| Component: | Code - Quiz module |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Now everything seems working fine except I, administrator, receive the message `Results has been sent to your e-mail ID'.
As for my current project, I do not need this specific function to the quiz author nor to quiz takers.
I would like not to show this message to quiz takers as well as I would like disable this function if it were to be worked.
Would somebody tell me how do I do this?
As I do not receive the message through the e-mail registered and the server I am using does not support SMTP server but PHP Sendmail, I would like to disable the function completely together with making `Results has been sent to your e-mail ID' message invisible.
In case I may want the function I need to use PHP Sendmail.
The SMTP module (http://drupal.org/project/smtp) is not an option.
Thank you.
Comments
#1
I believe you can turn this off in the Quiz settings in Admin > Site configuration > Quiz settings.
For extended mail support, you will have to find a module that provides PHP Sendmail services. We use Drupal's plugable mail system, so the necessary Drupal configuration will allow you to use whatever underlying transport that is support by Drupal. For more on that, you'll need to look elsewhere.
Hope that helps.
Matt
#2
I now switched off.
For a Drupal starter like me, it is available at
Administer › Quiz management > Quiz configuration > Global configuration
for version 6.x-3.3.
Thank you.
#3
#4
Automatically closed -- issue fixed for 2 weeks with no activity.
#5
Changed title to better reflect issue.