I'm using inline CSS to style the email sent to the administrator. Many fields in the form are not required and left blank. Of course nothing is displayed if the field value is null but the field label is still displayed.
Would the Wordpress server parse PHP in the email notification before sending the mail? If so, is there a way to set the display of the label to none if the field is null or empty?