Aweber Email Parser

Discussion in 'Customization & add-ons' started by hudson, Apr 26, 2011.

  1. hudson

    hudson New Member

    Joined:
    Apr 26, 2011
    Messages:
    7
    I'm looking for a seamless integration with Aweber, in where the user does not have to submit a form after initial signup and the email is sent to aweber on the backend.

    Aweber provides email parsing, where you can send an email to listname@aweber.com containing a message body like this:

    name,email@address.com

    and aweber will auto-add the email to the list...

    Is there a way that I manually do this by adding a <?php mail('listname@aweber.com','subject here',"{$name_f},{$email}"); ?> somewhere to the thank-you page?

    I really appreciate any help in this matter.
  2. skippybosco

    skippybosco CGI-Central Partner Staff Member

    Joined:
    Aug 22, 2006
    Messages:
    2,526
  3. hudson

    hudson New Member

    Joined:
    Apr 26, 2011
    Messages:
    7
    Thanks Skippy,

    This looks good I'll give it a try.

Share This Page