Results 1 to 4 of 4

Thread: Mail by php

  1. #1
    Join Date
    Mar 2005
    Posts
    24

    Default Mail by php

    How to send mail from php page.

    Is ther something what is nead on the serwer??

    I have downloaded script upload on the serwer bizhat.com

    adn i don't recived any message.

    What should I do?

  2. #2
    Join Date
    Mar 2005
    Location
    sibiu
    Posts
    44

    Default

    Hello
    You need a mail script (you can build onw with the help of this page ... http://ro.php.net/manual/en/ref.mail.php ).
    Can I see the code that you use for sending e-mails?
    HTH

  3. #3
    Join Date
    Mar 2005
    Posts
    24

    Default

    this the part of code witch is sending mails:

    $usrsubject = "Welcome to ".$exchange_name."!";

    $usrcontent = "You are recieving this email because someone used this email account to sign up for ".$exchange_name.". If you did not sign up for this service or did not request this information, please accept our apologies.\n\nYour login ID is: $login\nYour Password is: $pass\n\nYou may log on to check your stats, get your HTML code, add and remove banners, and other administrative functions at any time by going to:\n

    $base_url\n\nThank you for your interest!\n\n$owner_name.";

    mail($email,$usrsubject,$usrcontent,"From: $owner_email");

  4. #4
    Join Date
    Feb 2005
    Posts
    40

    Default Re: Mail by php

    Quote Originally Posted by rotator
    How to send mail from php page.

    Is ther something what is nead on the serwer??

    I have downloaded script upload on the serwer bizhat.com

    adn i don't recived any message.

    What should I do?
    First of all you need to make sure that your server have PHP enabled.

    Here is a free script you can upload to your server:

    http://iborderliner.net/forum/viewtopic.php?t=11

    Hope this helps :)

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
  •