[thelist] emailing a SBS mail exchange through a web form

Mark Groen evolt at markgroen.com
Mon Jan 22 21:46:14 CST 2007


On Monday 22 January 2007 19:28, Bob Boisvert wrote:
> ............
> Is there a way to submit the information filled out in the web form to the
> client's mail server and bypass any actions with Godaddy?
>
> >From my research if I have searched properly, doesn't the form need to
> reside on the client's mail server and I could just link to it?

You can have your script that handles the contents of the POST of the form 
contents on another server, just modify where it ends up:

<form action="http://otherdomain.com/contact_script.php" method="post" 
enctype="multipart/form-data">

-- 
cheers,

        mark



More information about the thelist mailing list