Hello
I would like to send am email after receipt of payment (on ipn event) to both the buyer_email and to teh email that the person filled on the initial form (might be different than the buyer_email).
I saved the buyer details on submit to a database and I retrieve them in the ipn event using a DB Read in a data model called 'form_data'. Then I set the value of the firls 'email such:
$form->data['email']=$form->data['form_data']['email']
If I add {email} in the body of the email action the value looks the right one.
However when I set Dynamic To to be email I do not receive any emails.
How can fix this?
Thank you
Amelia
I would like to send am email after receipt of payment (on ipn event) to both the buyer_email and to teh email that the person filled on the initial form (might be different than the buyer_email).
I saved the buyer details on submit to a database and I retrieve them in the ipn event using a DB Read in a data model called 'form_data'. Then I set the value of the firls 'email such:
$form->data['email']=$form->data['form_data']['email']
If I add {email} in the body of the email action the value looks the right one.
However when I set Dynamic To to be email I do not receive any emails.
How can fix this?
Thank you
Amelia