I am using the Paypal sandbox for testing. After Paypal redirect-Full I want to send a confirmation email to the customer but the email not receiving. I have also added an event listener and checked but still the same problem not receiving the email.
Forums
After PayPal Redirect I want to send confirmation Email to the registered Peoples
Once the user leaves your site, you can not do anything, so add the email before the redirect
or add it in the listener "complete" event!
or add it in the listener "complete" event!
We can achieve this by using IPN
Yes, so you need a form page with type "standalone" then drag the paypal ipn action inside the success event
Also make sure the ipn setting is configured in the paypal redirect!
Also make sure the ipn setting is configured in the paypal redirect!
You need to login to be able to post a reply.