I try to received attachment files which have non-english file name(i.e. Japanese file name). But the file name of multipart header is not correct.
I send question to Sendgrid support team, and he answered "A file name of multipart's header is not correct. Please use attachment-info". So I add fix to use attachment-info instead of multipart header's file name.
I try to received attachment files which have non-english file name(i.e. Japanese file name). But the file name of multipart header is not correct.
I send question to Sendgrid support team, and he answered "A file name of multipart's header is not correct. Please use
attachment-info
". So I add fix to useattachment-info
instead of multipart header's file name.