Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated email campaign not processing merge tags #963

Open
treehouse103 opened this issue Dec 13, 2024 · 0 comments
Open

Automated email campaign not processing merge tags #963

treehouse103 opened this issue Dec 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@treehouse103
Copy link

Description

I have an automated email campaign to send new post emails to all subscribers. I want the sender name and reply-to address to be the post author, not the website. (I need to keep the "send from" email the website's address so that it will work with AmazonSES.)

In the right-hand settings under "send from" I put:

[[post_author.first_name]] [[post_author.last_name]]

And for "reply-to" I put:

[[post_author.email]]

I save the campaign, then send a test message to myself, and it works fine.

When the campaign runs automatically, the merge tags don't work. There are two issues:

  1. The "send from" shows up as the merge tags as the name.
  2. The "reply-to" is the website email address rather than the email address that should be populated by the merge tags.

Put another way, the email should come from:

"Joe User" [email protected] reply-to:[email protected]

But instead the emails come from:

"[[post_author.first_name]] [[post_author.last_name]]" [email protected]

Screenshots

No response

Additional information

No response

@treehouse103 treehouse103 added the bug Something isn't working label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant