Daily user sending quota exceeded

18.4.3+Branch.master.Sha.9888b477be8d3ec8a832306fc59c34ba6edad108

Source: Private: Send SMTP Mail Message

Message: 5.4.5 Daily user sending quota exceeded. c18sm11342283pgf.66 - gsmtp

Exception Type: MailKit.Net.Smtp.SmtpCommandException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
MailKit.Net.Smtp.SmtpCommandException: 5.4.5 Daily user sending quota exceeded. c18sm11342283pgf.66 - gsmtp
at UiPath.Mail.Activities.SendMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Why this error is showing me? Do i have any option to get rid off this offer?

Hello Akshay,

It seems the email provider you are using for your UiPath Robot account has limitations on how many emails you can send every day. You need to talk to your system admin/email support helpdesk to increase or remove the daily email outgoing limit.

Let us know if you need any further details. :call_me_hand:

If you find this information useful then mark this as the solution and hit like icon.

Happy automation, Cheers!
Subhas Malik

1 Like

Hi Akshay

Welcome to UiPath Form

From the error message I’m guessing you are using Gmail SMTP.

Gmail has limit on number of mails that can be sent out in period of 24Hr. You can find more details from below links

https://support.google.com/a/answer/166852?hl=en

https://support.google.com/a/answer/2956491#sendinglimitsforrelay

Happy Automation