POP3 b4 SMTP bug?

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
afwt
Forum Newbie
Posts: 15
Joined: Fri Sep 21, 2007 2:53 pm

POP3 b4 SMTP bug?

Post by afwt »

I received an error on line 127, file /Swift/Authenticator/PopB4Smtp/Pop3Connection.php : undefined $timeout. Looks legit... :-)
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: POP3 b4 SMTP bug?

Post by Chris Corbyn »

Hmm, thanks, will look into and provide fix.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: POP3 b4 SMTP bug?

Post by Chris Corbyn »

Replace the $timeout with "30". That is a bug yep :oops:
Post Reply