尝试使用 Swiftmailer 加载 class "Swift_Attachment"
Attempted to load class "Swift_Attachment" with Swiftmailer
我正在使用 swiftmailer。一切正常。但是如果我添加这样的附件:
->attach(Swift_Attachment::fromPath('/images/products/' . $attachName))
我有一个错误:试图加载 class "Swift_Attachment"
有什么想法吗?
可能与 Conditional attachment of file using swiftmailer and symfony2
重复
似乎是命名空间问题,请检查您是如何调用 Swift_Message 并尝试 ->attach(\Swift_Attachment::fromPath('/images/products/' . $attachName))
我正在使用 swiftmailer。一切正常。但是如果我添加这样的附件:
->attach(Swift_Attachment::fromPath('/images/products/' . $attachName))
我有一个错误:试图加载 class "Swift_Attachment"
有什么想法吗?
可能与 Conditional attachment of file using swiftmailer and symfony2
重复似乎是命名空间问题,请检查您是如何调用 Swift_Message 并尝试 ->attach(\Swift_Attachment::fromPath('/images/products/' . $attachName))