I have a campaign I am running. The PHP allows users to fill out a share form - this form contains sender, recipient and message data. An HTML email is created using PHP and merges these fields along with some dynamic links. When the recipient clicks on the dyanmic HTTP link, it launches a browser and passes stats (opens, etc.) back to the database.
We are trying to eliminate being tossed into spam filters. So I am looking at CC API. How would I go about integration so that I can maintain my PHP with the above-described functionality, but have the emails being sent from PHP.
Also, our intial HTML blast will be personalized as well.
... View more