paypal / ipn-code-samples

Other
562 stars 486 forks source link

added html and unicode email support to advanced example #118

Open BigRedBot opened 6 years ago

BigRedBot commented 6 years ago

Added a send_email function to simplify sending html emails with added unicode support.

BigRedBot commented 6 years ago

I mostly wanted to add an example of unicode support for the email. Honestly, I am not sure what parts are not compliant with modern PHP standards. I would be interested to know.

I removed the option for raw data logging. Other than a few functions for email that have been added for unicode and html support, this isn't any more complex than what is already in this file.

Other than making the case to remove this file entirely, I see no reason not to add these changes, to at least correct its lack of unicode support when sending emails.