saving messages as raw for send purpose

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
saiaman
Forum Newbie
Posts: 8
Joined: Mon Oct 06, 2008 10:03 am

saving messages as raw for send purpose

Post by saiaman »

Hi, i would like to save messages ( for example saving $message->build()->readFull() into one file )... The meaning is to create a FileMailSpooler.
Creating the message is not the problem, my question is How to load this file format as a message after?

thank you
Post Reply