On Fri, 2004-10-01 at 14:00, Ira Barkoe wrote:
> are you then saying that the script is correct and that the contact.html
> form is correct?
>
Obviously I can't speak for the correctness of any e-mail address you
have used but yes the form is submitted correctly without an error so
the problem is outside FormMail.
> Ira
> ----- Original Message -----
> From: "Jonathan Stowe" <jns@...>
> To: "Ira Barkoe" <ibar@...>
> Cc: "NMS-CGI-Support" <nms-cgi-support@...>
> Sent: Friday, October 01, 2004 4:53 AM
> Subject: Re: [Nms-cgi-support] Problem
>
>
> > On Thu, 2004-09-30 at 20:50, Ira Barkoe wrote:
> > > sorry to be back to you on this, but I am going a bit crazy. Thought
> this
> > > was working, now customer says he is getting no emails. Form is at
> > > 66.70.107.248,
> > >
> > > here is the set up of formmail.pl
> > >
> >
> > There is no error message when the form is submitted, so as far as
> > FormMail is concerned the mail message has been handed off to the
> > sendmail and everything is OK. The non-receipt of mails could be down
> > to a number of things: the local mail server might be queuing and not
> > sending the mails, an intervening mail server is failing to relay the
> > messages, some anti-spam filter has decided the message is spam and has
> > blocked it.
> >
> > In the first instance you should change the recipient to one on a
> > completely different ISP, if this is delivered then this rules out the
> > local MTA and the problem lies with the recipients ISP. If it is not
> > delivered then you should start by looking at the mail logs from the web
> > server to see what has happened - if they indicate that the message was
> > sent on then you will need to determine the server to which it was
> > relayed and check that and so forth. You might also want to confirm
> > that you can send e-mail manually (from the command line) from the web
> > server.
> >
> > Unfortunately there is nothing that can be done in FormMail to remedy
> > most non-delivery of mail as it almost always is a mis-configuration of
> > the servers mail system.
> >
> > > BEGIN
> > > {
> > > $DEBUGGING = 1;
> > > $emulate_matts_code= 0;
> > > $secure = 1;
> > > $allow_empty_ref = 1;
> > > $max_recipients = 2;
> > > $mailprog = '/usr/lib/sendmail -oi -t';
> > > $postmaster = 'savit@...';
> > > @referers = qw(savitcollect.com 66.70.107.248);
> > > @allow_mail_to = qw(comtronix.att.net);
> > > @recipients = ();
> > > %recipient_alias = ('1' =>'one@...');
> > > @valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER
> > > HTTP_USER_AGENT);
> > > $locale = '';
> > > $charset = 'iso-8859-1';
> > > $date_fmt = '%A, %B %d, %Y at %H:%M:%S';
> > > $style = '/css/nms.css';
> > > $no_content = 0;
> > > $double_spacing = 1;
> > > $wrap_text = 0;
> > > $wrap_style = 1;
> > > $address_style = 0;
> > > $send_confirmation_mail = 0;
> > > $confirmation_text = <<'END_OF_CONFIRMATION';
> > > From: rsaari@...
> > > Subject: form submission
> > >
> > > Thank you for your form submission.
> > >
> > > END_OF_CONFIRMATION
> > > ----- Original Message -----
> > > From: "Jonathan Stowe" <jns@...>
> > > To: "Ira Barkoe" <ibar@...>
> > > Cc: "NMS-CGI-Support" <nms-cgi-support@...>
> > > Sent: Wednesday, September 08, 2004 9:30 AM
> > > Subject: Re: [Nms-cgi-support] Problem
> > >
> > >
> > > > On Wed, 2004-09-08 at 13:51, Ira Barkoe wrote:
> > > > > thanks, that worked. The _replytofield is showing on the thank you
> page.
> > > Is
> > > > > that the line you said I should delete?
> > > > >
> > > >
> > > > Yes, however you will also need to rename the Email field to 'email'
> as
> > > > FormMail is case-sensitive in that respect.
> > > >
> > > > > To format this page do I use the link you gave me yesterday?
> > > > >
> > > >
> > > > Yes. If you want anything else other than the default formatting that
> > > > NMS FormMail provides you should use the NMS TFmail which allows you
> to
> > > > create a template for the 'success' page. You can download this from:
> > > >
> > > > http://nms-cgi.sf.net/scripts.shtml
> > > >
> > > > /J\
> > > >
> > > > --
> > > >
> > > > This e-mail is sponsored by http://www.integration-house.com/
> > > >
> > >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> > > Use IT products in your business? Tell us what you think of them. Give
> us
> > > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out
> more
> > > http://productguide.itmanagersjournal.com/guidepromo.tmpl
> > > _______________________________________________
> > > To unsubscribe from this mailing list visit
> > > https://lists.sourceforge.net/lists/listinfo/nms-cgi-support
> > > and follow the simple instructions.
> > --
> >
> > This e-mail is sponsored by http://www.integration-house.com/
> >
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
> Use IT products in your business? Tell us what you think of them. Give us
> Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
> http://productguide.itmanagersjournal.com/guidepromo.tmpl
> _______________________________________________
> To unsubscribe from this mailing list visit
> https://lists.sourceforge.net/lists/listinfo/nms-cgi-support
> and follow the simple instructions.
--
This e-mail is sponsored by http://www.integration-house.com/
|