php-general | 2001032
Date: 03/30/01
- Next message: Brian S. Dunworth: "Re: [PHP] header() vs. no cache, it doesn't work."
- Previous message: Scott Fletcher: "[PHP] header() vs. no cache, it doesn't work."
- In reply to: Bass¨Ð¦õªv: "[PHP] How to send e-mail using PHP with the sender's address is my company's e-mail ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You can always add a "From: yourname <email protected>" to the fourth field
which includes additional email headers.
However, the real solution is for your provider to fix their setup to change
the address to a proper one as the mail moves through and leaves their
system.
John
> -----Original Message-----
> From: Bass¨Ð¦õªv [mailto:98350193j <email protected>]
> Sent: Friday, March 30, 2001 3:58 PM
> To: php-general <email protected>
> Subject: [PHP] How to send e-mail using PHP with the sender's address is
> my company's e-mail ??
>
>
> Hi ,
>
> My copmany have a website and is hosted on a web server of some
> web hosting
> company .
> I want to use PHP to send e-mail on that server .
> I use
>
> $result = mail("abc <email protected>" , "E-mail Test" , "this e-mail is
> sent by php")
> ;
>
> to do it .
>
> But when I receive the e-mail , the SENDER 's address is the
> server's domain
> name !
> such as 'anonmyous <email protected>'
>
> It's a large problem if I send a e-mail to my clients with this cos they
> won't know
> who send the e-mail !!
>
> how can I send a e-mail with the sender's address is my company's
> e-mail ???
> for exmaple ' mycompany <email protected> '??
>
> THX A LOT
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Brian S. Dunworth: "Re: [PHP] header() vs. no cache, it doesn't work."
- Previous message: Scott Fletcher: "[PHP] header() vs. no cache, it doesn't work."
- In reply to: Bass¨Ð¦õªv: "[PHP] How to send e-mail using PHP with the sender's address is my company's e-mail ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

