Need to know what an smtp server is..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    Need to know what an smtp server is..

    Now, i know it's to do with emails and such
    and ive searched on google for an smtp server
    but i'm still clueless as to how to get one and set on up.

    Anyone know of a free one i can use? (please be descriptive)
    tah.

    markus
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by markusn00b
    Now, i know it's to do with emails and such
    and ive searched on google for an smtp server
    but i'm still clueless as to how to get one and set on up.

    Anyone know of a free one i can use? (please be descriptive)
    tah.

    markus
    check this out markus:



    nomad

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Originally posted by nomad
      Indeed i had come accross this page in my searches, but my question is how to i make php use this as my mailer? =\

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Originally posted by markusn00b
        Indeed i had come accross this page in my searches, but my question is how to i make php use this as my mailer? =\
        don't know if this will help you I have a book on php, mysql and Apache and they talk about fsockopen
        They have a section called Q&A
        Q How can I ease the burden on my mail sever?
        A Besided looking into package mailing list software, you can bypass the mail() function and talk directly to your SMTP server via a socket connection. The orginal path was http://www.php.net/manual/fsockopen
        but it did not open for me so I did a seach and found this
        take a look at the php.net site.


        you will have to do some scrolling to find info on emails
        pulstar at ig dot com dot br



        Hope it will work for you

        nomad

        Comment

        Working...