Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
We are not able to sent <subscription mail> for 3000+ users at a time.
Can someone please help here?
Is there an error or screen shot you can send? What is the use case of sending email to such a large group?
Hi Avil,
Thank you for your response.
We don't have any error screen shot.
Here the issue is when we added a group containing 3000+ users in the To list of subscription, it is only sending mail to 1200 users but not to 3000+ users.
Kindly let me know if you require any further details.
Test test this, watch the email or notification queue. If you see one entry created when it sends a mail, that suggests the restriction is in your email server or forwarder. If its PDMLink, you would see 3000 emails generated and it actually showing only 1200 email jobs created showing that it hit a limit. I suspect that somewhere along the way, when it expands the to field, we are exceeding some field maximum but I also think that this issue is external to PDMLink.
Hi @avillanueva
I would suspect same case.
3k+ emails in one shot is really nice spam generator.
PetrH
Hi,
We already checked with the PTC on this and they confirmed they is no limitation and we can send n number of mails.
So, I am checking if any one faced similar issue.
Hi @RA_10614226
Check email queue if there are any records of failed emails.
On the detail page of the record there can be presented some error. Check it and share it.
PetrH
Hi would try after setting property wt.mail.maxRecipients to 3000+ , and a restart :
Its also worth to check smtpd_recipient_limit if you are using postfix as SMTP server
Hello Fadel,
Thank you for your response.
I have tried the above step but still the issue exists.
There is no other setting from windchill side, you should investigate limitations from your SMTP Relay/Gateway , did you discussed this with your IT ?