Dear sir, Do i have the ability to forward any incoming email (ex. alerts@basel.com) to another email (moh1324@yahoo.com) via URL POST . P.S. I know how to forward email to another email . I need the mail server to act and post this : http://domain.com/file.asp?from=moh1234@yahoo.com&to=alerts@basel.com&body=hello&subject=welcome and mail body is 'hello' and mail subject is 'welcome' can it be done ?!!
You'd need a script that pipes your incoming e-mail and parses it however you wish. This functionality isn't native to cPanel however if you have an appropriate script then theoretically yes, you could do this. I noticed in your example URL the .asp part - we only run Linux servers and don't support .asp in any capacity. Kevin