[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] outgoing email problem using cgi script
- Subject: RE: [cobalt-users] outgoing email problem using cgi script
- From: "agility" <webmgr@xxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 26 11:43:02 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> I have been racking my brain with this one. For some reason the sendmail
> server does not want to let any of the shopping cart cgi scripts send out
> emails. The email does go through but it seems to time out and
> takes up to
> five minutes per email. The sendmail server appears to be working fine in
> every other area. Please help, I have tried everything including checking
> the dns.
The classic problem is missing the recipient.
Try causing the script to output the email to a file so you can review it.
Paul