Search found 8 matches

by padlets
Sat Apr 28, 2007 2:22 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

I think that the Swift file was version 2 (the file in my site was 40k and in my pc was 10k) so i upload the file agian and i try to signup and i have the same problem that i had in the beginning. And i never use Swift before. print_r(get_declared_classes()); Array ( [0] => stdClass [1] => Exception...
by padlets
Sat Apr 28, 2007 1:24 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

Array ( [0] => stdClass [1] => Exception [2] => ErrorException [3] => XMLWriter [4] => LibXMLError [5] => DOMException [6] => DOMStringList [7] => DOMNameList [8] => DOMImplementationList [9] => DOMImplementationSource [10] => DOMImplementation [11] => DOMNode [12] => DOMNameSpaceNode [13] => DOMDo...
by padlets
Sat Apr 28, 2007 1:11 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

all the classes were loaded.
So what i need to do?
by padlets
Sat Apr 28, 2007 12:50 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

i only add this code:

Code: Select all

require('lib/Swift.php');
require('lib/Swift/Connection/SMTP.php');
Do i need to add print_r(get_declared_classes()); too?
by padlets
Sat Apr 28, 2007 12:05 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

I download it from the Swift site and i upload the lib dir to my site.
Swift-3.1.5-php5
by padlets
Sat Apr 28, 2007 11:59 am
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

i get error: Fatal error: Class 'Swift_Message' not found in /home/zendurl/public_html/directory/itorrent/account-signup.php on line 115 //Sends a simple email $mailer->send( new Swift_Message("Your account details", $body), //line 115 new Swift_Address($arr["email"]), new Swift_...
by padlets
Sat Apr 28, 2007 7:01 am
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

can you tell me which part of the code is virsion 2?
i can't find the problem.
by padlets
Fri Apr 27, 2007 6:06 pm
Forum: Swift Mailer
Topic: SMTP, help!
Replies: 17
Views: 9326

SMTP, help!

Weirdan | 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] In my ...