I want a user registration process where the email sent to the user at various conditions (e.g. registration, approval) also contains some attachments depending on user profile.
Which file in Drupal core should I modify to configure the subject, body and add the attachment in an email based on user profile?
I add a custom module for this? If yes, then which hook am I looking for?