Search found 8 matches

by Willy92
Fri Feb 12, 2010 5:20 pm
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Bump
by Willy92
Mon Feb 08, 2010 1:19 am
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Sorry - I don't follow how to use the class

Can you please elaborate on your previous answer. I am unsure what you are saying to do.

Edit Feb 11 - I knpw you are busy but can you point me in the right direction please....
by Willy92
Sat Feb 06, 2010 8:07 pm
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Appreciate all the time you are spending - for info sake I am using the 2.6.2 downloaded about 5 days ago

I have done this - I was able to get the message through to an isp mail account - played in config using a ton of different emails
When it came through there was no from entry in the header at ...
by Willy92
Sat Feb 06, 2010 4:25 am
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Sorry to be such a pain, but I still can not send mail from the contact form, the mail from suggest a question, register etc does not go.

We have tested this against 4 different mail systems, pop3 and webmail. Every server rejects the mail because the header is illegal. It does not contain the from ...
by Willy92
Fri Feb 05, 2010 5:58 pm
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Thanks - The second link you posted can be edited into mail.php - and it stops the form from working at all - the first link - which is cleanup and bug fixes - the code in my mail.php is not the same as what you say to change - you have me taking out lines that don't exist in my mail.php.

How about ...
by Willy92
Fri Feb 05, 2010 4:34 am
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Yes I did - I'm not exactly new to this.

Again - Yes I did

Did you read the previous post - The issue is NOT that its not sending mail - its that the mail being sent is not assembled properly.

EDIT - After spending about 6 hours on this - the issue seems to be the mail server is rejecting all ...
by Willy92
Thu Feb 04, 2010 7:50 pm
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

Re: No mail function at all

Yes I did - I'm not exactly new to this. I can post the following code in the server and sucessfully send mail:
<?php
// Send to?
$to = "XXXXX@XXX.ca";

// The Subject
$subject = "Email Test";

// The message
$message = "This is a test.\n
How much is Linux worth today?\n
End of email message ...
by Willy92
Thu Feb 04, 2010 7:40 am
Forum: General discussions
Topic: No mail function at all
Replies: 27
Views: 25555

No mail function at all

I have 2.6.2 installed on a Windows server = Apache PHP MySql
PHP mail command works on sites using other systems - forum, online store etc - all use php mail command

the faq does not send any mail out - I have checked the smpt log in my mailserver - it shows the mail incoming - but there is no ...