Email sending through SSRS Reports getting timeout

Email sending through SSRS Reports getting timeout


I am getting timeout error when  sending Email through SSRS reports.

Error msg:

emailextension!WindowsService_20!150!03/11/2013-17:52:06:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: The operation has timed out.
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)

Environment:

OS: Windows server 2012

Mail server: org (domain)

Azure SQL

 Please find the detail on the email configuration. Please help me in resolving the issue.

<RSEmailDPConfiguration>
<SMTPServer>smtp.zoho.com</SMTPServer>
<SMTPServerPort>465</SMTPServerPort>
<SMTPAccountName>BI
</SMTPAccountName>
<SMTPConnectionTimeout>0</SMTPConnectionTimeout>
<SMTPServerPickupDirectory>
</SMTPServerPickupDirectory>
<SMTPUseSSL>True</SMTPUseSSL>
<SendUsing>2</SendUsing>
<SMTPAuthenticate>2</SMTPAuthenticate>
<From>emailid</From>
<EmbeddedRenderFormats>
<RenderingExtension>MHTML</RenderingExtension>
</EmbeddedRenderFormats>
<PrivilegedUserRenderFormats>
</PrivilegedUserRenderFormats>
<ExcludedRenderFormats>
<RenderingExtension>HTMLOWC</RenderingExtension>
<RenderingExtension>NULL</RenderingExtension>
<RenderingExtension>RGDI</RenderingExtension>
</ExcludedRenderFormats>
<SendEmailToUserAlias>False</SendEmailToUserAlias>
<DefaultHostName>
</DefaultHostName>
<PermittedHosts>
</PermittedHosts>
<sendusername>username</sendusername>
<sendpassword>password</sendpassword>
</RSEmailDPConfiguration>