Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

addin password to php send mail script

Status
Not open for further replies.

onaldi

Programmer
Joined
Aug 2, 2005
Messages
13
Location
TR
Is it possible to add password into the php mail script? My hosting admin said that i must add reliable mails password into the script as an additional info .And said that its because of some security reasons, depends on if server relays or not..

How can i add pass as an additiona info when i send mail? thnx

 
It sounds to me like your hosting provider wants your script to use SMTP authentication when it sends an email.

Check out PHPMailer. It has that capability.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
ok thx but is there anyway to do this by code? is it possible?
 
I'm sorry, but I don't understand you when you say "anyway to do this by code". The link to PHPMailer points to a site that contains the PHP source code for the PHPMailer PHP class.


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top