OT:formmail working BUT will not send to multiple recipients

OT:formmail working BUT will not send to multiple recipients

Post by Hosh » Fri, 30 Mar 2007 18:41:37


The host is Interland.

The form page is: http://www.yqcomputer.com/

The formmail script is working but will only send to an address that's on
the hosted domain.
I have added the second domain in the @referers section but still nothing.
No errors but just not being sent to any address other then the address at
edheck.com

Any help would be appreciated.
Thanks!
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by Alan » Fri, 30 Mar 2007 20:44:53


the form appears to be sending without errors.

check the other mail box to see if the mail is being put into a spam trap.

--
Alan
Adobe Community Expert, dreamweaver

http://www.yqcomputer.com/

 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by John Smit » Fri, 30 Mar 2007 20:58:30

Hi Alan,
Thanks for the quick response, however I have removed all spam filtering for
the second email address.

Thanks again.
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by Alan » Fri, 30 Mar 2007 21:28:09


take the blank space after the comma out.

<input type="hidden" name="recipient" value=" XXXX@XXXXX.COM ,
XXXX@XXXXX.COM ">

<input type="hidden" name="recipient"
value=" XXXX@XXXXX.COM , XXXX@XXXXX.COM ">


--
Alan
Adobe Community Expert, dreamweaver

http://www.yqcomputer.com/
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by Hosh » Fri, 30 Mar 2007 22:17:20

Thanks again Alan but unfortunately it didn't make any difference.
I'm pulling out my hair and can't move on. Anything else? Could it be that
Interland has some special requirements? They are not the most responsive
host, as I am finding out.
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by Alan » Fri, 30 Mar 2007 22:38:54

can you use php scripting on this hosting?

if yes- http://www.yqcomputer.com/ -->phpformmail

it will pretty much drop in as a replacement for matt's formmail script.
It's more modern than matt's script, less fussy to get working (no chmod)
and allows hiding the real recipient addresses in the script using the
recipient_alias array

read the files in the docs folder on how to set it up
If it's a normal host i spend 5 minutes configuring it tops.
It allows multiple recipients also.


I've made posts in the past on the quick way to set it up- this google
search should turn up a few of them

http://www.yqcomputer.com/
5d215c2d6653/c39b61a0aae64c12?lnk=gst&q=alan+recipient_alias+boaddrink.com&r
num=2#c39b61a0aae64c12


--
Alan
Adobe Community Expert, dreamweaver

http://www.yqcomputer.com/
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by Hosh » Fri, 30 Mar 2007 22:51:01

Thanks Alan -I am familiar with that script and use it with other clients.
Unfortunately this is not an option for this particular hosting plan so I am
forced to struggle with this.
 
 
 

OT:formmail working BUT will not send to multiple recipients

Post by bregen » Sat, 31 Mar 2007 03:02:25

>Thanks Alan -I am familiar with that script and use it with other clients.
>Unfortunately this is not an option for this particular hosting plan so I am
>forced to struggle with this.

Can you just setup an alias/forward in the client host email account? Just
have the form send to one account, and have that account redistribute as needed.