Unlock this challenge:
What happens if you send an email with only an HTML version in Symfony Mailer?
The email is rejected because a text version is required.
Symfony Mailer automatically generates a text version by stripping HTML tags.
The recipient receives an attachment containing the email's text version.
The email is delivered, but some clients might block it as spam.