Yes, I changed it to 110 and the result is the same.
thank you
dan bloch
Search found 7 matches
- Thu Aug 16, 2007 2:45 pm
- Forum: Swift Mailer
- Topic: pop3 error?
- Replies: 7
- Views: 2587
- Wed Aug 15, 2007 11:46 pm
- Forum: Installation and Configuration
- Topic: Updated 5 to newer 5.2.3 with php-5.2.3-win32-installer.msi
- Replies: 1
- Views: 778
Updated 5 to newer 5.2.3 with php-5.2.3-win32-installer.msi
I just updated from php 5.0.? to 5.2.3. In the process it installed a new apache server and now my test file php_info.php <?php phpinfo(); ?> the page partially draws and then throws an error where the system wants to send an error report to microsoft and the browser does not complete. Does anyone k...
- Thu Aug 09, 2007 7:30 pm
- Forum: Swift Mailer
- Topic: Swift and Free SMTP Server
- Replies: 1
- Views: 1592
Swift and Free SMTP Server
I have abandoned the pop3 error issue from my previous post. I can't get a straight answer from my ISP so I downloaded a product called 'Free SMTP Server'. I have modified the code; <?php require_once ("SwiftMailer/lib/Swift.php") ; require_once ("SwiftMailer/lib/Swift/Connection/SMTP...
- Thu Aug 09, 2007 6:41 pm
- Forum: PHP - Code
- Topic: php mailer and free smtp
- Replies: 3
- Views: 1592
php mailer and free smtp
I am a wamp developer and I have installed php mailer and free smtp. When I send the following test to the free server; <?php $to = "XXXXXX@msn.com"; $subject = "test this"; $message = "sent"; if (mail($to, $subject, $message)) echo "success!"; ?> Warning: mai...
- Wed Aug 08, 2007 9:33 pm
- Forum: Swift Mailer
- Topic: pop3 error?
- Replies: 7
- Views: 2587
- Wed Aug 08, 2007 1:11 pm
- Forum: Swift Mailer
- Topic: pop3 error?
- Replies: 7
- Views: 2587
pop3 error?
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hello! I ...