Skip to main content
This topic has been closed for replies.
Correct answer Erik Lord

More information...

...about sending results via email?

I don't know offhand, but there are essentially two approaches:

1. Figure out how to do a 'mailto:' link that passes the information you need (i.e. scores, etc) to the user's email client.

Problem A: Users HAVE to have an email client installed, like Outlook, Thunderbird, etc.

Problem B: Users will see that email content, be able to edit it, and will have to manually click 'Send'.

2. Setup a mailer program on a webserver that your Captivate project can 'POST' that data to.

Problem A: You need a webserver, a mailer program, and a page that will receive the POSTed data (i.e. PHP, JSP, ASP, .NET)

Problem B: You'll need some sort of security around that mailer script or spammers will surely find it and use it to send out their own spammy stuff.

Do you REALLY need to send via email?

May be better to do an Internal Server...

http://blogs.adobe.com/captivate/2010/08/reporting-the-quiz-results-to-a-local-server.html

(this is old, 2014, but gets the idea across)

1 reply

Lilybiri
Legend
September 11, 2014

Reporting quiz results has been taken out of Captivate since version 7 (?) because it never worked really well, depending on more than CP alone. You'll have to figure it out using JavaScript, which is a better solution.

Martin Straka
Participant
September 11, 2014

Thank you for your response. Could you advise me where to find more information. Martin

Erik Lord
Erik LordCorrect answer
Inspiring
September 18, 2014

More information...

...about sending results via email?

I don't know offhand, but there are essentially two approaches:

1. Figure out how to do a 'mailto:' link that passes the information you need (i.e. scores, etc) to the user's email client.

Problem A: Users HAVE to have an email client installed, like Outlook, Thunderbird, etc.

Problem B: Users will see that email content, be able to edit it, and will have to manually click 'Send'.

2. Setup a mailer program on a webserver that your Captivate project can 'POST' that data to.

Problem A: You need a webserver, a mailer program, and a page that will receive the POSTed data (i.e. PHP, JSP, ASP, .NET)

Problem B: You'll need some sort of security around that mailer script or spammers will surely find it and use it to send out their own spammy stuff.

Do you REALLY need to send via email?

May be better to do an Internal Server...

http://blogs.adobe.com/captivate/2010/08/reporting-the-quiz-results-to-a-local-server.html

(this is old, 2014, but gets the idea across)