Hello,
I hope this is the correct place for me to place this sort of question.
I am currently trying to install swift on a development computer, before installing it on my server.
The personal PC is running windows XP with IIS 6.
It has PHP version 5.2.5 installed and I am trying to install "Swift-3.3.3-php5".
I changed copied the "lib" and "tests" folders into the root directory and in the "TestConfiguration.php" file, I changed the TO_ADDRESS variable to my e-mail.
I tried running the "test sending a basic email with no attachments".
The message fails and I get this message:
Error: Message did not send!
Log Information
++ Log level changed to 4
++ Trying to connect...
++ Trying to connect to SMTP server at 'smtp.swiftmailer.org:25
<< 220 w3style.co.uk ESMTP Exim 4.63 Tue, 01 Apr 2008 10:42:01 +0100
>> EHLO localhost.localdomain
<< 250-w3style.co.uk Hello localhost.localdomain [62.90.192.188]
250-SIZE 52428800
250-PIPELINING
250-AUTH CRAM-MD5
250 HELP
++ SMTP extension 'SIZE' reported with attributes [52428800].
++ SMTP extension 'PIPELINING' reported with attributes [].
++ SMTP extension 'AUTH' reported with attributes [CRAM-MD5].
++ SMTP extension 'HELP' reported with attributes [].
>> MAIL FROM: <chris@w3tyle.co.uk>
<< 250 OK
>> RCPT TO: <noambarz@hotmail.com>
<< 550 relay not permitted
!! Expected response code(s) [250] but got response [550 relay not permitted]
!! Recipient 'noambarz@hotmail.com' rejected by connection.
>> RSET
<< 250 Reset OK
could you please tell me what the problem is?
Problems installing swift - please help
Moderator: General Moderators