Hi Guys,
My PDM Server SMTP got blocked and could not send workflow approval emails but it has been resolved. However I need to re-trigger or resend those stuck emails to respective users. I am using the "send mail" function in the transition action to send emails. Is there a way to do it?
Hope to hear from you soon. Thanks.
Hi!
This is a very simple mail system with little protection against errors.
If PDM can't communicate with the SMTP server, the unsent mails will be in the table dbo.DocumentActionInfo, and they will be automatically sent when connection is restored.
If the SMTP server was working (receiving from PDM), but couldnt forward to the users, then PDM probably has already sent every message into a "black hole", and everything is gone. There is no tracing or history kept on messages.
KR
Martin