How can you use 'sendmail' via Yahoo's hosting (they require a snippet
of code) while calling a php mail form? I am trying to run a simple mail form (php) on yahoo small business hosting.They require a snippet of code to permit sending mail (which blows my mind).Here is the code they say to use:form method=post action="http://us.1.p10.webhosting.yahoo.com/forms?login=YAHOO_USERNAME"The problem is, is that my php is also performing a post/action and I don't know how to have both processed at the same time.Here is the php code snippet I'm currently using that also calls post/action (tags left out due to scriptlance):form action="http://www.LINKTOMYPHP.php" method="post"How do I combine these to successfully process the mail form and meet yahoo's requirements with their snippet of code?
|