anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more

Home Page:https://anymail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to apply conditional rendering based on recipient variables

Thamaraiselvan5960 opened this issue · comments

Reporting an error? It's helpful to know:

  • Anymail version - 8.2
  • ESP (Mailgun, SendGrid, etc.)
  • Your ANYMAIL settings (change secrets to "redacted")
  • Versions of Django, requests, python
  • django -3.0.2
  • python - 3.9
  • Exact error message and/or stack trace
  • Any other relevant code and settings (e.g., for problems
    sending, your code that sends the message)

@Thamaraiselvan5960 sorry, I'm not sure what you're trying to do here. Did you mean to include a bug report with this?

If you have a question, it might help to check the suggestions at https://anymail.dev/help/

<a href="{{ INSTANCE.url }}?email_access_code=%recipient.email_access_code%" target="_blank">
<button>View</button>
</a>
all i need is if email_access_code is empty then i don't want the email_access_code in href attribute.

Is this feature available in anymail ? @medmunds

Closing as duplicate of discussion #297