+ Reply to Thread
Results 1 to 9 of 9

Thread: PHP Question

  1. #1

    Default PHP Question

    how do i incorporate "smtp_port" into mail($email, $subject, $strip1,"From: $from_email\nReply-To: $replayto\nContent-Type: text/plain");
    + WORLD1Media |Is Making Some Changes




  2. #2

    Default

    Since you put smtp_port, I'm guessing you mean outside the ini file.

    You should be able to do,

    Code:
    ini_set('smtp_port', 25);

  3. #3
    I am Fredryck Fox! Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun's Avatar
    Join Date
    May 2005
    Location
    Denver, CO
    Posts
    15,217

    Default

    o.O why aren't you running your smtp server on the standard port?

    But to change it you have to edit your php.ini as described in "Runtime Configuration" of: http://www.php.net/mail

  4. #4

    Default

    I was quicker on the draw. :P

  5. #5
    I am Fredryck Fox! Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun Chief Petty Officer Vershun's Avatar
    Join Date
    May 2005
    Location
    Denver, CO
    Posts
    15,217

    Default

    Quote Originally Posted by awol View Post
    I was quicker on the draw. :P
    lol touche.

  6. #6

    Default

    thank you guys
    + WORLD1Media |Is Making Some Changes




  7. #7

    Default

    Hmmm...


    [mail function]
    ; For Win32 only.
    SMTP = "localhost"
    smtp_port = 25

    ; For Win32 only.
    ;sendmail_from = me@localhost.com;


    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    sendmail_path = "/usr/sbin/sendmail -t -i"

    ................

    So I edited the sendmail configs smtp port to 2500

    And in ssh I did:
    ssh -L 2500:localhost:25 @OTHERSERVER

    Since I'm trying to tunnel it through that but the headers are still coming from my server -_-
    + WORLD1Media |Is Making Some Changes




  8. #8
    Administrator rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk Captain rmk's Avatar
    Join Date
    Feb 2005
    Location
    in the cut
    Posts
    22,569

    Default

    cpost i enjoy your little adventure into hacker/spammer land but you seriously need to go to kindergarten first

  9. #9

    Default

    im not doing awful thats the only thing i need :\ lol
    + WORLD1Media |Is Making Some Changes




+ Reply to Thread

Bookmarks

Posting Permissions

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