Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
何かあれば教えてください。Swiftライブラリを使用して添付ファイル(ドキュメント/画像など)を送信する方法は?
$message = Swift_Message::newInstance('Subject here', 'Body here'); $message->attach(Swift_Attachment::fromPath('/path/to/file'));