Discussion:
(Un)Serialize Zend_Mail objects?
Jack Sleight
2007-11-06 10:59:31 UTC
Permalink
Hi,
Are there any potential problems with serializing, storing and then
unserializing Zend_Mail objects? I couldn't find any mention of it in
the manual.
Thanks,
--
Jack
Nico Edtinger
2007-11-08 00:00:12 UTC
Permalink
Hi!

Without having tested anything ... the only problem I could think of
is a dead transport, because the socket can't be serialized. But it's
not hard to set a new transport or calling send() with a fresh
transport.

nico
Post by Jack Sleight
Hi,
Are there any potential problems with serializing, storing and then
unserializing Zend_Mail objects? I couldn't find any mention of it
in the manual.
Thanks,
--
Jack
Loading...