Newsletters

Hi,



Is it possible to include in a newsletter the subscribers name so I address the mailing to them by name?

I was wondering this as well!

[quote name=‘aircomms’]Hi,



Is it possible to include in a newsletter the subscribers name so I address the mailing to them by name?[/quote]



Nope…

Well, it’s software so anything is possilble. All depends on what you’re willing to do (or go through) to get there.



You could always modify core/fn.common.php function fn_send_mail() to include the generation of the email body creation within the loop that sends mail to each receipient and to assign a variable ‘salutation_name’ before the body template is created and modify the template to accept it. If $salutation_name is present, use it; if not, don’t.