I am migrating from SwiftMailer to Symfony Mailer in my application.
How to migrate addPart
method of SwiftMailer to Symfony Mailer? In my case the content type is text/plain
->addPart('Plain text content', 'text/plain');
using
- swiftmailer 6.1
- symfony mailer 4.4