Small problem with $PopB4Smtp$

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
User avatar
Technocrat
Forum Contributor
Posts: 127
Joined: Thu Oct 20, 2005 7:01 pm

Small problem with $PopB4Smtp$

Post by Technocrat »

I have had 2 people where their host will not allow $PopB4Smtp$ to be uploaded. My assumption is that the $ are the cause of the problem. If you remove them the problem seems to go away but then swift auto loads them. :roll:

Any chance you can maybe change this in the future. It's not really a serious problem but when someone hits it then tend to get a bit scared. :lol:
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Yeah, I can certainly change the name but something needs to be in the filename to stop Swift auto-loading the class otherwise it would be a waste of resources. Maybe I'll just put it in a separate directory.
AlexC
Forum Commoner
Posts: 83
Joined: Mon May 22, 2006 10:03 am

Post by AlexC »

I've also had people come to me and say that the CMS I am developing fails to fully upload every time. I always thought it was just their host playing up or timing out, but after looking into it more, it's down to this file and it fails every time.

I'd really appreciate it if you could change the name of this file to something that wont stop FTP uploads so, that users of my CMS (and other projects thant use Swift) can actually upload it :P
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Changed name to "@PopBeforeSmtp.php" in the trunk so it will appear when I release a new version.
AlexC
Forum Commoner
Posts: 83
Joined: Mon May 22, 2006 10:03 am

Post by AlexC »

Thanks very much! Keep up the good work :D
Post Reply