PHP form/script for executing email "send to a friend" forwarding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sj7272
    New Member
    • Oct 2009
    • 1

    PHP form/script for executing email "send to a friend" forwarding

    Hi,

    I am building email marketing framework, my email templates go out to clients and I wish to include a "send to a friend" or "forward to a friend" link in the outbound email.

    I want to track the numbers that take this option, which is no problem, I would just like some guidance on the php mail component of the scripting as I can grab code snippets for the web landing page form.

    Any guidance appreciated.
    Thx,
    Simon
  • TheServant
    Recognized Expert Top Contributor
    • Feb 2008
    • 1168

    #2
    Hi Simon, welcome to Bytes.
    I am not aware of anyway to track who is forwarding etc as this is controlled by the email client which you don't have access to. The best way that I can think of is to have a link in the email which will direct them to your site and then they can forward it from there. Now obviously that does not seem very attractive when the email clients have a nice little forward button along with their attached address book, but you cannot force an email client to give you information like "forwarded to".

    Another way which is again not ideal, is to have a link on the email that says, if you have been referred this email click here, or if you do not have an account, or something like that to attract forwardee's to go to your link.

    Not sure if that helps, but your control over the email once it is out of your servers hand is next to none... otherwise it is a virus ;)

    Comment

    Working...