View previous topic :: View next topic |
Author |
Message |
brewerbill
Joined: 06 Feb 2007 Posts: 14
|
Posted: Mon Feb 12, 2007 11:49 am Post subject: Sent Multiple Pages via GetWeb |
|
|
Is there anyway to send the same page/message to multiple recipients using the GetWeb interface. Can you separate recipeient with a , or anything? Thanks!
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4405
|
Posted: Mon Feb 12, 2007 12:03 pm Post subject: |
|
|
It depends on which template you're basing the webpage on. If you're using the guilist.htm template, you can select multiple people or groups to send the message to. Which template are you using or thinking of using?
|
|
Back to top |
|
brewerbill
Joined: 06 Feb 2007 Posts: 14
|
Posted: Mon Feb 12, 2007 12:20 pm Post subject: |
|
|
The webpage I have designed is based on the anyuser.htm template -- is it possible with this template to separate recipients in the TO field?
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4405
|
Posted: Tue Feb 13, 2007 11:06 am Post subject: |
|
|
Ah, in that case, you can pass multiple recipients if you separate each recipient name with a comma.
|
|
Back to top |
|
brewerbill
Joined: 06 Feb 2007 Posts: 14
|
Posted: Tue Feb 13, 2007 12:37 pm Post subject: |
|
|
Doesn't seem to work in the anyuser.htm separated by commas...
Here is the code for my webpage..
<HTML>
<HEAD>
<TITLE>
PageGate's Page-A-User Web Page
</TITLE>
</HEAD>
<BODY>
<H2><CENTER>Fill in This Form to Send a Page</CENTER></H2>
<FORM ACTION ="http://1JS3211.umh.edu/scripts/webgate.exe" METHOD=POST>
<CENTER>TO <INPUT SIZE=40 MAXLENGTH=40 NAME="USER"></TEXTAREA></CENTER>
<BR>
<CENTER>FROM <INPUT SIZE=40 MAXLENGTH=80 NAME="FRM"></TEXTAREA></CENTER>
<BR>
<CENTER>MESSAGE</CENTER>
<CENTER><TEXTAREA COLS=60 ROWS=5 WRAP=VIRTUAL NAME="MSG"></TEXTAREA></CENTER>
<BR><BR>
<CENTER><INPUT TYPE=SUBMIT NAME = "SEND" VALUE = "SEND PAGE"><INPUT TYPE=RESET VALUE = "CLEAR FORM"></CENTER>
</FORM>
</BODY>
</HTML>
When I enter <recipient1>,<receipient2> it says processed OK, however, in PageGate Server log it says "Message rejected. Recipient <recipient1>,<receipient2> from: bill Source: C:/Program Files/PageGate/badmsg and in the GetWeb log its says "Recipient record not found or service not enabled"
|
|
Back to top |
|
Tech Support
Joined: 25 Aug 2003 Posts: 4405
|
Posted: Wed Feb 14, 2007 4:03 pm Post subject: |
|
|
Try separating them with a space or a semicolon instead.
|
|
Back to top |
|
brewerbill
Joined: 06 Feb 2007 Posts: 14
|
Posted: Thu Feb 15, 2007 11:29 am Post subject: |
|
|
Thanks!
|
|
Back to top |
|
|