I have, say, domain.com and domain.org. I have setup email addresses for domain.org. Can I have all email from domain.com forwarded to domain.org without having to setup each individually? asked 28 May '12, 15:19 carbonsink |
At this time, we don't have any way to set up email forwarding for an entire domain - that said, it's a good idea, and we'll look into implementing it. In the meantime, you'll need to create individual addresses for this. You can reduce the work somewhat by using our control panel API - for example, you could run a script that uses the Hope that helps! answered 28 May '12, 18:51 seanf |
You could simply create a catch all email address for the .com and have it sent to a script that catches the sent to field, switch the .com for the .org, and resend the mail to the correct .org address. answered 10 Jun '12, 15:08 Austin Headley |