• Resolved ymounika

    (@ymounika)


    Is that possible to include the mail id of the user who received the mail when a batch of mails are triggered?

    Any way to personalize the mail body by including mail address or mp_id in the mail they receive?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author arena

    (@arena)

    mail_id : no options (there is only one mail_id for several recipients)

    for mail address use {{toemail}}
    for name use {{toname}}
    for mp user_id use {{_user_id}}

    Thread Starter ymounika

    (@ymounika)

    Thank you so much.
    This really helped!

    Plugin Author arena

    (@arena)

    you can also use custom fields

    say you have the following mailpress users with custom field “1st_name”

    name email 1st_name
    a [email protected] aaa
    b [email protected] bbb
    c [email protected]

    now create a new mail with text : Hello {{1st_name}}
    and with custom field : 1st_name = guys

    for a : Hello aaa, b : Hello bbb, c : Hello guys

    do some tests. should work this way.
    have a nice day

    • This reply was modified 4 years, 5 months ago by arena.
    • This reply was modified 4 years, 5 months ago by arena.
    Thread Starter ymounika

    (@ymounika)

    For tracking ga addon in mailpress can we use post title for utm compaign parameter?

    If yes, I have tried using {{the_title}} and {the_title} , the_title as well.. none of the above worked.

    Can you please help in this?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Mail id in the mail content’ is closed to new replies.