Jump to content

Email Form


kingrattus

Recommended Posts

I don't consider myself a programmer, but I am a logical person so I can edit, read, & poke code fairly well, just be easy on the lingo & I'll have no problems understanding what needs to be done  :D

 

 

I created an adoption & a surrender form for our Rescue in HTML. When the client completes the form & clicks on the send button I would like the form(s) to be emailed to us. I don't want the clients Outlook to do the work, I want the work to happen on our end (server side, I believe is the correct term) as not everyone uses outlook.

 

I copied this from one of the billion sites I have found trying to find answers/help...

 

<FORM METHOD="POST" ACTION="http://mailgate.server-mail.com/cgi-bin/mailgate">

<input type=hidden name="recipient" value="aasw@memberbenefits.com.au"> <!-- Change as relevant -->

<input type=hidden name="subject" value="Contact Us">

<input type=hidden name="redirect" value="http://www.memberbenefits.com.au/AASW/Forms/Form response.html">

 

The above code seems to be what I want to go in my form(s) code...

 

This is what I need the most help with:

<FORM METHOD="POST" ACTION="http://mailgate.server-mail.com/cgi-bin/mailgate">

 

What url do I put there & how do I get it?

I haven't been able to find information past this point, mostly as I have no idea what I need to google.

 

If someone could point me in the proper direction(s) I would greatly appreciate it!! <3

 

 

 

Thank you for your time,

 

Jess

 

PS. During the day I can reply to messages, & poke the server, but I wont have access to the forms as my PC at home is a POS & can't handle Dreamweaver. I'll have access to this PC in the evenings (at the boyfriends) till the wee hrs of the night. So I'll be slow at testing things, if it comes to that.

Link to comment
Share on other sites

dude as per ur request what i understood is that u need a simple contact us form which need to send mail to u when some one fills the form..

i dont know where u got the below code, but i dont think that would work..

tell me these details about ur smtp server

does it require authentication  while sending mails.

is pear installed in ur server..

also is port 25 open in ur server.

depending on these details ill give u a code which will do the above..

 

Link to comment
Share on other sites

dude as per ur request what i understood is that u need a simple contact us form which need to send mail to u when some one fills the form..

i dont know where u got the below code, but i dont think that would work..

tell me these details about ur smtp server

does it require authentication  while sending mails.

is pear installed in ur server..

also is port 25 open in ur server.

depending on these details ill give u a code which will do the above..

 

I sent an email requesting the above information about the server, as there doesn't seem to be a list as to what is/n't installed on the server. Hopefully I'll get a reply from them quickly.

Link to comment
Share on other sites

dude as per ur request what i understood is that u need a simple contact us form which need to send mail to u when some one fills the form..

i dont know where u got the below code, but i dont think that would work..

tell me these details about ur smtp server

does it require authentication  while sending mails.

is pear installed in ur server..

also is port 25 open in ur server.

depending on these details ill give u a code which will do the above..

 

Here is the email I received from our Server's IT:

 

==========

Here is the link the hosting server configuration:

http://ph05.droa.com/info.php

 

Please note that the sever operates in PHP Safe mode:

Safe Mode: http://us3.php.net/manual/en/ini.sect.safe-mode.php

Restricted Functions:

http://us3.php.net/manual/en/features.safe-mode.functions.php

 

Thank you for your recent inquiry regarding POP3 e-mail accounts.  We

have included the basic information for the configuration of e-mail

accounts to be retrieved via e-mail software, as well as instructions on

accessing your POP3 e-mail accounts through a web browser.

 

Domain name:    *****.net

 

POP3 server:    pop.*****.net

SMTP server:    smtp.*****.net

SMTP port:      25

User name:      full e-mail address

Password:      password you created

 

Please note that our servers require SMTP authentication, therefore this

option must be enabled within the software you use.  For specific

details on enabling this option, and changing the SMTP port number

within the software you use, please check the help file provided by the

software manufacturer.

==========

 

I hope that is enough information to assist us, we greatly appreciate it!!

Thank you!

 

I "****" out our domain name to keep it private.  :shy:

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.