Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Result Personality Email
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 12
TOPIC: Result Personality Email
#66367
Result Personality Email 4 Years ago Karma: 0
Hi,

Is possible to send the results of quiz personality to admin email? I was to try at ARI Stream Quiz - Settings >> Tab GENERAL >> Configure e-mail parameters :

From e-mail : reservation@oneworldayurveda.com
From name : Oneworld Ayurveda

But we haven't to receive the mail result.

Thank you
The administrator has disabled public write access.
 
#66375
Re:Result Personality Email 4 Years ago Karma: 0
Hi,

Is plugin only sending the result to email user?

Thank you.
The administrator has disabled public write access.
 
#66389
Re:Result Personality Email 4 Years ago Karma: 747
Hello,

The plugin sends email to quiz takers. Administrators can see results on "ARI Stream Quiz -> Results" page.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66398
Re:Result Personality Email 4 Years ago Karma: 0
Hi,

How about if I add BCC to send email? if it possible, please tell me where is a file of function sending email to add the BCC.

Thanks
The administrator has disabled public write access.
 
#66400
Re:Result Personality Email 4 Years ago Karma: 747
See send_mail() method in <plugin_folder>/includes/entities/class-quiz.php file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66418
Re:Result Personality Email 3 Years, 12 Months ago Karma: 0
Hi I was try to add a script on this section:

public function send_mail( $email, $quiz_results ) {
if ( empty( $email ) )
return false;

$subject = $this->compose_mail_subject( $this->quiz_meta->send_mail->subject, $quiz_results );
$body = $this->compose_mail_body( $this->quiz_meta->send_mail->template, $quiz_results );
$options = array(
'from' => Settings::get_option( 'mail_from' ),

'from_name' => Settings::get_option( 'mail_from_name' ),


'reply-to' => 'email@email.com',

'bcc' => 'email@email.com',


);


return Mail::send( $email, $subject, $body, $options );
}

But is not working for sending to bcc.
Any solution?
Thank you
The administrator has disabled public write access.
 
Go to topPage: 12