PDA

View Full Version : Sending to Smpt



Seldimis
February 28th, 2002, 16:12
Hello. I was wondering where can I find a Perl or Cgi Script that does not uses sendmail and send a form with smpt of the server. Do you know any?

Canuckkev
February 28th, 2002, 18:37
I think most scripts will give you the option of using sendmail or SMTP.

megapuzik
February 28th, 2002, 20:58
If you have access to the php.ini you can shange from sendmail (if you on unix) to smtp (if you installed smtp server) and from smtp to sendmail.