im editing a .cgi file for my site...
well i dont know if our server is in UNIX/LINUX or WINDOWS
so here... help me fill this up..
i need it now badly.. please help me.. thanks..
well i dont know if our server is in UNIX/LINUX or WINDOWS
so here... help me fill this up..
| Code: |
| # ================================================================ #
# Var: $send_mail_path # ================================================================ # # for unix/linux servers only. enter your server's sendmail path. # it usually looks something like : # /usr/sbin/sendmail or # /usr/lib/sendmail $send_mail_path = "/usr/sbin/sendmail"; # ================================================================ # # Var: $smtp_path # ================================================================ # # for windows servers only. enter your server's mail program path. # it usually looks something like : # mail.yourdomainname.com or # smtp.yourdomainname.com # note: if you set a value in the next variable, it will be used in # place of the $send_mail_path . Leave blank if you uploaded this # script to a linux, unix or mac type server with sendmail, qmail # or postfix installed $smtp_path = ""; # if your SMTP server requires authentication, enter the email # account's username and password below $smtp_user = ""; $smtp_pass = ""; |
i need it now badly.. please help me.. thanks..
