kirmie Posted October 12, 2007 Share Posted October 12, 2007 Ok, my smtp server requires verification so I am trying to use Mail::factory. My issue is that when this piec of code is run... echo("<p>Please don't kill me!</p>"); $smtp =& Mail::factory("smtp",$smtpinfo); echo("<p>Sucker</p>"); "Please don't kill me!" is outputed but "Sucker" not so I can't even get past this line. I've tried change all sorts of parameters and I do have Mail.php include. Any ideas because I am stumped? Quote Link to comment https://forums.phpfreaks.com/topic/73000-solved-pear-mailfactory-dies/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.