CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2002
    Posts
    10,943

    PHP Mail send from localhost.

    Does PHP mail have to be sent from the localhost or from any ip? On PHP.net it says that "localhost" is a default. Then it says...
    Quote Originally Posted by php.net
    Used under Windows only: DNS name or IP address of the SMTP server PHP should use for mail sent with the mail() function.
    At work I am using a Novell Open Enterprise server. My mail function will not call when I route the SMTP through another server in the php.ini file. Any ideas?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  2. #2
    Join Date
    Jul 2005
    Posts
    11

    Re: PHP Mail send from localhost.

    Use this :
    Attached Files Attached Files
    Yunus Emre Yilmaz | [email protected]

  3. #3
    Join Date
    May 2002
    Posts
    10,943

    Re: PHP Mail send from localhost.

    I like it for my home computer but as I said, we have Novell Open Enterprise Server. You cannot run the same kind of executable on Novell Open Enterprise platform.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  4. #4
    Join Date
    May 2002
    Posts
    10,943

    Re: PHP Mail send from localhost.

    Anyone?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured