form based mail on Sambar Server

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default form based mail on Sambar Server

    I have a Sambar 6.0 servr setup and running fine. Using outlook express, I
    can send and receive mails, so I know the services are running fine.

    I have tried to implement some of the small tutorials for the sending of an
    email from a form, and I cannot get it to work.

    Is ther something special I need to do with a sendmail.pl or a formmail.pl
    ? I don't even know where these files are supposed to be located.

    Thanks
    Michael


    Guest

  2. Similar Questions and Discussions

    1. Setting up CF mail server to connect to ISP mail server
      I would like to setup a testing evironment and use my ISP's mail server to test and create CF mail applications. When I tried connecting to the...
    2. CFMX and Sambar
      I'm trying to upgrade from CF4.5 to CF6.1 using the sambar webserver. It looks like things have changed a bit. Is there any support for sambar, or...
    3. Populate form values based on previous same form fields
      This message is cross posted in alt.comp.lang.php & comp.lang.javascript I have a form for a user to input an establishment's hours and what time...
    4. authenticate win32 form client with form based authentication web services
      (Type your message here) -------------------------------- From: kitchai yong Hi, Can you tell me how i authenticate the win32 form client...
    5. Web Based PGP Mail
      This isn't spamming. I'm posting this as it is really helpful (I hope) for people / etc who PGP Sign email(s) to Nominet UK ...
  3. #2

    Default RE: form based mail on Sambar Server


    On Oct 13, 2004 04:07pm, X wrote to ALL:

    X> Newsgroups: alt.comp.lang.php
    X> Subject: form based mail on Sambar Server

    X> I have tried to implement some of the small tutorials for the
    sending of
    X> an email from a form, and I cannot get it to work.

    X> Is ther something special I need to do with a sendmail.pl or a
    X> formmail.pl ? I don't even know where these files are supposed
    to be
    X> located.
    Normally in your cgi-bin directory.... But before you play
    around with that, are you using a windows based server or a linux
    based server? If windows based, you may need to add a sendmail.exe
    into the path, before formmail.pl and sendmail.pl will work. Though
    you can always do the sendmail portion directly in the script, most
    versions of formmail don't... From the sound of things, it sounds
    like the web server is running on your home computer on Windows. If
    so, then you'll need to look for the windows version of
    sendmail.exe, and put it in your path I believe, then you'll need to
    make changes to form mail, as sendmail.exe doesn't work any where
    near the same as the unix sendmail command.... It's possible to do
    form mail on windows hosting, but using formmail.pl is not the
    easiest route to go (and I might add, I hear that most sites refuse
    to allow you to use formmail because of some security risk
    envolved....) The easier method from what I've been reading and
    playing with would be to install PHP scripting on your machine, then
    use PHP to process the form and send e-mail. I've sent e-mail via
    scripts in PHP and it works flawlessly on my website.... I've even
    used it to retrieve web pages and e-mail them to me when I clicked
    on buttons...

    .... Platinum Xpress & Wildcat!..... Nice!!!!
    John Guillory Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139