configuring wamp for mail
Posted by: wantula (---.iconnect.zm)
Date: September 07, 2006 02:32PM

im using wamp5 and i need to send mail using the mail function in php,i have tried it on the linus mail server and its working ,however im having problems when i attempt to send mail from my wamp. what is it that i need to do in order to send mail in the similar manner as on linux mail server?

Options: ReplyQuote
Re: configuring wamp for mail
Posted by: protuskakai (---.21.118.202.swiftkenya.com)
Date: September 08, 2006 08:12AM

include the following in your php program

1. ini_set("SMTP","smtp.kenyarailways.swiftkenya.com.com"winking smiley;
2. ini_set("smtp_port","25"winking smiley;

where "kenyarailways.swiftkenya.com.com" in case 1 above = name of your email
server

Options: ReplyQuote


Sorry, only registered users may post in this forum.