Blank Email to Donor

Created on 21 December 2024, 25 days ago

Steps to reproduce

Fill out the donation form. The admin email comes through fine although not styled very well. The email to the donor is blank with a blank subject. This seems to be true for both recurring and one-time donations (Have not tested with Pledged Donation but the preview looks like it would work). Yes, I have filled out all the "Form Submission" fields

πŸ› Bug report
Status

Active

Version

2.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States nelslynn

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @nelslynn
  • Unable to replicate.
    The mail is simply a rendering of the 'Receipt Email' ViewDisplay which can be inspected at:
    admin/structure/give/manage/{form_name}/display/receipt
    Yes its not very pretty.
    The generation of the two emails is very similar.
    The main difference is that for the donor receipt there are 3 'reply types.' One-time, recurring, and pledge, each corresponding to a template that you filled in.
    It determines which reply type by first determining if it it recurring. At this point there could be a hangover from a recently fixed bug.
    If it fails to determine the reply-type the mail will not be sent.
    If it chooses the recurring type and your recurring template is blank you will get a blank email - thn.is is the only scenario I can see that fits your descriptio
    If it chooses recurring when it shouldn't that is the hangover and you need to refresh the recurring options in your form, ensuring that none of them is saved with the key 0.

Production build 0.71.5 2024