Hello
Please help me out here
i have a project and need to create an automated email system that mails a user form to a predefined email address

I intend to use the mail() function of PHP for doing this but however encountered some problems in the SMTP installation...
So please tell me if i can make use of www.Hotmail.com or any other such common mail providers ..
If not then which one
Regards
Anand

Recommended Answers

All 2 Replies

I intend to use the mail() function of PHP for doing this but however encountered some problems in the SMTP installation

What errors are you facing here ?

I don't know of a way to hand off an email to an outside SMTP server. If this was possible the SPAMMER knuckleheads would be in heaven. Better to figure out what's up with your own machine and get it going from there. Postfix is pretty standard and has gotten much easier to manage and troubleshoot. Heaven help you if you're a newbie trying to run SendMail
;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.