I just spent an hour looking for a place to edit the footer automatically added to the end of newsletter emails. Anyone know where to edit this text: It's not in the language file, nor can I find it in ANY file dealing with emails. Also, anyone know where the mail_customer() function is defined?
Never mind, I found both my answers. There's a template used to tack on the unsubscribe bit (including text), and the mail function is in with common.inc.php. In the process, I found that aMember is making a new SMTP connection for every email going out, including mass broadcasts. Note for developers -- all text should be in language files, not in templates. Also, please improve the email feature.
Helpful info. A good tool for searching through files for text strings is Windows Grep http://www.wingrep.com/
edit the unsubscribe_link.inc.html file.... actually you want to edit this file: /amember/templates/unsubscribe_link.inc.html