E-mail from form not working

C

charlie

Form is published and will write to a file with results of the form but
won't e-mail. The e-mail portion of the Web server (2003) is turned on.
About to drive me crazy.
Does anyone have any ideas?
thanks
charlie
 
S

Sparky Polastri

charlie said:
Form is published and will write to a file with results of the form but
won't e-mail. The e-mail portion of the Web server (2003) is turned on.
About to drive me crazy.
Does anyone have any ideas?
thanks
charlie

Are the frontpage server extensions configured with a mail server name, from
address and reply to address?

(do that in the extensions administration web page)
 
C

charlie

Yes, that's the way it is configured; we have the correct smtp server
configured on 2003. It writes to the results file but will not e-mail out of
the form...
 
R

Ronx

Is the SMTP server configured to accept connections from the website
IP address? And, if necessary, relay the messages?
 
C

charlie

I'll check that next; thanks ...

charlie

Ronx said:
Is the SMTP server configured to accept connections from the website IP
address? And, if necessary, relay the messages?
 
T

Tom Pepper Willett

How to set up server-side settings to use e-mail features on forms with
FrontPage 2002
http://support.microsoft.com/kb/305675
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| I'll check that next; thanks ...
|
| charlie
|
| | > Is the SMTP server configured to accept connections from the website IP
| > address? And, if necessary, relay the messages?
| >
| > --
| > Ron Symonds
| > Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| >
| > | >> Yes, that's the way it is configured; we have the correct smtp server
| >> configured on 2003. It writes to the results file but will not e-mail
out
| >> of the form...
| >>
| >>
| >> | >>>
| >>> | >>>> Form is published and will write to a file with results of the form
but
| >>>> won't e-mail. The e-mail portion of the Web server (2003) is turned
on.
| >>>> About to drive me crazy.
| >>>> Does anyone have any ideas?
| >>>> thanks
| >>>> charlie
| >>>>
| >>>>
| >>>
| >>> Are the frontpage server extensions configured with a mail server
name,
| >>> from address and reply to address?
| >>>
| >>> (do that in the extensions administration web page)
| >>>
| >>
| >>
| >
| >
|
|
 
C

charlie

I did everything that was on the help page and it still does not work.
Again, it will write to the results file but will not send the e-mail.

thanks

charlie
 
S

Sparky Polastri

charlie said:
I did everything that was on the help page and it still does not work.

Again, it will write to the results file but will not send the e-mail.

Stop saying that, it's not important.

You have an outbound email transport issue and need to stop thinking about
it as a FrontPage or form problem because it is not.

Log onto the mail server and check for errors, check for the messages in its
queues.

Also, log onto your web server and telnet in on port 25 to the mail server
using the same DNS name you set up in the FP extensions. Does it answer?
If not, then is there an error message?

If you have reverse DNS on your WWW server, just use the built in SMTP
server that came with IIS instead, it's much easier to set up.
 
Top