Skip to content

Attachments not showing on mailcatcher 0.8.1 #517

@ChunAllen

Description

@ChunAllen

I'm currently using Ruby 2.6.0 and mailcatcher 0.8.1

I have csv inside my public/attachments/L0052.csv which is only 903 bytes

 def send_transactions(hotel_code)
    @hotel_code = hotel_code

    attachments['L0052.csv'] = File.read('public/attachments/L0052.csv')

    mail(to: @hotel_code.email, subject: "Quarterly Report")
  end

I managed to receive the email from mailcatcher but there's no attached file

Screenshot 2022-09-20 at 5 14 31 PM

This is the content of the source

Screenshot 2022-09-20 at 5 16 19 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions