Hey all,
I am offering users at my blog site the ability to enable a mailing list for their account. When doing so, they will be able to send mass e-mails to their subscribers, but I want to add a small footer sentence with text saying "If you would like to remove yourself from this mailing list, click here".
How would I, right below their mail message (that they input in a text field), add this to the message?
Here is my mail() code:
mail($email_add, $subject, $message, "From: ".$email_address);
Thanks!
-influx