PDA

View Full Version : Error when calling the api.SMUpdateAliasAddresses method


techteam
04-09-2009, 07:31 AM
I am getting an error when calling the api.SMUpdateAliasAddresses() method on one array of email addresses that I am updating.

I have three other lists that update fine, but this particular one gives me an error 1408 Unknown Exception on the method invoke. Any idea what could be happening?

All email lists update without error using the test key. Any information would be helpful.

Aristotle
04-09-2009, 11:22 AM
What are the destination email domains are you sending to? Our mail servers are configured to disallow aol.com destinations. The API should throw a more friendly error. so I'll report that as a bug.

mjp
04-09-2009, 12:13 PM
For more information on why we do not allow forwarding to AOL, please see this KB article (http://support.discountasp.net/KB/a280/why-am-i-unable-to-create-an-email-account-that-forwards.aspx).

techteam
04-09-2009, 12:14 PM
That could be it. I will filter those out and see what happens.

Thanks,
Darren

techteam
04-09-2009, 12:32 PM
I filtered out the aol emails and everything went through fine.

Thanks