duanpao9781 2012-11-26 00:31
浏览 51
已采纳

在SwiftMailer生成的电子邮件中更改Multipart Boundary?

Thanks for reading!

I want to change the default multipart boundary string in a message generated by SwiftMailer.

SwiftMailer seems to automatically generate the string, and includes the string "swift_v4...", like so:

--_=_swift_v4_135388916050b2b5889e516_=_

        ...Text Message Part...

--_=_swift_v4_135388916050b2b5889e516_=_

        ...HTML Message Part...

--_=_swift_v4_135388916050b2b5889e516_=_

I don't see anything in the documentation, but before I go digging around in the code, does anyone know a way to change this via the SwiftMailer interface?

  • 写回答

2条回答 默认 最新

  • dtntjwkl83750 2012-11-26 04:40
    关注

    Judging from the source code, this can be done simply via Swift_Message::setBoundary().

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?