cancel
Showing results for 
Search instead for 
Did you mean: 

My publication is failing with error "mailbox unavailable".

Former Member
0 Kudos

Hi Experts,

I have a publication which is pushing report to mail. I have given dynamic recipients like these when user id matches with user email. It will trigger mail to those users with corresponding rows of data.

In the source report for there are user emails which no longer available so my publication is failing. I can't remove users from database level.I can't modify the object.

To tackle this i have a universe "Active person" which will give me the active user id and active mail address,but i do not have have related information that i want to send in these universe.

So, what to do so that my publication trigger mail to active email id only.

Accepted Solutions (0)

Answers (1)

Answers (1)

denis_konovalov
Active Contributor
0 Kudos

You have to clean your data. Publications don't know if email is active/valid or not and no method to test it.
You need sort your email data to feed only valid email addresses to publication.

Former Member
0 Kudos

Thanks for your response.

But Email id is coming from the Object, every time i cannot check if all the user mail id is active or not before i run the publication. I need to pull information from universe which contains only email id that are valid/active.

But how to do it i am not getting idea.

Regards

Dibyajyoti Pattnaik

denis_konovalov
Active Contributor
0 Kudos

your source data needs to be cleaned up.

how else would universe get valid email addresses ?
there is no feedback mechanism that takes failed publications and marks those addresses bad.

former_member182521
Active Contributor
0 Kudos

Define the Object in universe level (universe filter) in such a way that it only brings the active users.