Search found 7 matches

by dan bloch
Thu Aug 16, 2007 7:39 pm
Forum: Swift Mailer
Topic: pop3 error?
Replies: 7
Views: 2585

Yes, I changed it to 110 and the result is the same.

thank you

dan bloch
by dan bloch
Thu Aug 16, 2007 2:45 pm
Forum: Swift Mailer
Topic: pop3 error?
Replies: 7
Views: 2585

G'day Sir, I am a WAMP win - XP and as you have suggested. I have upgraded from apache 2.0.55 to 2.0.59 and in php from 5.1.2 to 5.2.3. The original install was so long ago that I struggled for a bit. I have the WAMP on a PC and am sending to domain host. <?php require_once ("SwiftMailer/lib/Sw...
by dan bloch
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: 777

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...
by dan bloch
Thu Aug 09, 2007 7:30 pm
Forum: Swift Mailer
Topic: Swift and Free SMTP Server
Replies: 1
Views: 1590

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...
by dan bloch
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...
by dan bloch
Wed Aug 08, 2007 9:33 pm
Forum: Swift Mailer
Topic: pop3 error?
Replies: 7
Views: 2585

Thankyou for your prompt reply. I have pasted in the require_once ("SwiftMailer/lib/Swift/Authenticator/\$PopB4Smtp\$.php") ; with the escape codes as you have suggested. I have not tested yet. The microsoft outlook tools-email account screen information as relayed by my chat line rep from...
by dan bloch
Wed Aug 08, 2007 1:11 pm
Forum: Swift Mailer
Topic: pop3 error?
Replies: 7
Views: 2585

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 ...