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.
Have you seen Ken Gary's Aweber plugin for aMember: http://kencinnus.com/106/amail-amember-plugin-for-aweber/