I am trying to write a quick script to log into my host's control panel and set up e-mail addresses when required. The problem is that the control panel checks if the browser has cookies enabled, and if it doesn't, doesn't even send the login, just displays a "You must have cookies enabled" generic message.
Is there a flag for cURL that can make the page believe it has cookies enabled and send the cookies properly?