Results 1 to 10 of 14

Thread: Server "from" e-mail address

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    sergey is offline Master Glow Jedi
    Join Date
    Aug 2005
    Posts
    472

    Default

    If you want to send e-mails using PHP mail() function and change the from e-mail address then you may create a php.ini file in a directory where you are sending e-mails from and set the below variable in it:

    Code:
    sendmail_path="/usr/sbin/sendmail -t -i -f your-mail@domain.com"
    youre-mail@domain.com will need to be replaced with your address.
    Last edited by Matt; 10-13-2010 at 09:34 PM.

Similar Threads

  1. Replies: 7
    Last Post: 09-23-2008, 04:14 PM
  2. Share a PHP coder - a "timeshare" solution that saves you $$$
    By Matt in forum General Announcements
    Replies: 0
    Last Post: 03-20-2006, 02:35 PM

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14