POP before SMTP
Brought to you by:
beauhuber
The host my sons' school uses requires POP before SMTP to send mail. I've hacked together something that seems to work, but is this a feature that can be implimented? My current solution is to include a pop3 script and pass a hard coded user / pass / server to it just before it tries to send. It was quick and dirty, which is about the limit of my php skills ;)
I don't see a problem in getting this added. It should be fairly simple as PHPMailer (the PHP class we use to send mail) already supports this.