Posted by Michael Fesser on 11/04/07 17:39
..oO(Dave Kelly)
>On Nov 4, 1:42 am, Michael Fesser <neti...@gmx.de> wrote:
>
>> Make sure that the directory '/language' and the message files in it are available on the
>> server in the phpmailer directory.
>
>As is the locations requirements for this. Let me clarify in my head
>what you are teaching me.
>In the past when Earthlink was my IP, I had in a directory on my home
>computer where I maintain the website the following:
> class.phpmailer.php
> class.stmp.php
> mailsender.php
> testlist (list of email addresses - 1 per line)
> todayscatch (the message to send)
> language ( directory )
>
>Is this the correct location for the files? My computer. I don't have
>access to the Embarq server.
Looks OK. Does the 'language' directory contain any files? I have 20
files in there.
>> The real error is an SMTP thing. Try to enable debug mode in the mailer
>> to see a more detailed SMTP error message.
>
>I will have to do some research on this and get back to you.
There's a variable $SMTPDebug (or something like that) in the phpmailer
class. Set that to TRUE and see what happens.
Micha
[Back to original message]
|