Jump to content

About Sending The Mail?


adilmarwat

Recommended Posts

How i send the mail through php script on windows and things i needed for that?
u can test mail function in your loclhost by using argosoftit's just to to send to localhost not to really emailaslo u can use asmtp class and php mailer that can handle your data and send email via your webserver smtp details in your localhost
Link to comment
Share on other sites

You need to install an SMTP server, or use an existing one on another computer.The mail() function is the simplest way to do it IF everything else is ready, and all you want to do is send a plain text message. For anything more sophisticated, you'll need to either manually write some code yourself, or use a specialized library for this (i.e. use someone else's code). One I highly reccomend is Zend_Mail.If you get an "all in one" package such as XAMPP, you'll see they include an SMTP server, configured and ready.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...