Hi all,
I'm preparing a domain for my college. We're moving email to Google Apps but will want to setup a forwarding address for about 10% of our accounts (i.e. mail would be sent back FROM google TO a locally hosted domain).
How can I do this? Via the Python API I see the following:
client.UpdateForwarding(username='ben', enable=True, forward_to='b.s...@example.com', action='ARCHIVE')
Which would be great, but it fails. The documentation stipulates (assuming
b.s...@example.com is an already-verified forwarding address). Is there any way to bypass this? Alternatively, since all of the destination addresses that we would be forwarding to are controlled by us, is there a way to 'pre-verify' addresses?
Any advice or suggestions you have would be much appreciated. My apologies if this has already been asked, but I couldn't find any reference to this issue.
- Paul