0 votes

With the latest version, sometimes the emails never get sent and no error message exists in the log files. When I notice this happen, I try sending a test meail form the Service Properties page and I get a screen titled: Test Settings Failed and the message is: The operation has timed out.

If I restart the server(restarting the service does not address the issue), mail starts working again but it never sends any of the messages that failed.

This is a real reliability problem that I need to get fixed ASAP. Please advise. Thanks!

Version 2012.1 Version 3.3.8318.0

by (360 points)
0

Hello Michael,

Please execute the following PowerShell script:

    $smtpServer = "smtp.company.com" # TODO: modify me
    $emailFrom = "emailFrom@company.com" # TODO: modify me
    $emailTo = "emailTo@company.com" # TODO: modify me

    $smtpClient = New-Object Net.Mail.SmtpClient($smtpServer)
    $smtpClient.UseDefaultCredentials = $TRUE
    $smtpClient.Send($emailFrom, $emailTo, "Subject", "Test")

Does it send email successfully?

0

It did not work
SendEmail: 1 operation executed
Run PowerShell script 'smtp email' for the user
Exception calling "Send" with "4" argument(s): "Failure sending mail."

I also tried sending a test message through the properties tab and it failed again with the same Timeout error.

Please note I have also upgraded to the latest version from the website Friday, so that didn't fix it either...

0

Michael,

Try executing the script via the Windows PowerShell Console, not via Adaxes.

0

That worked fine through powershell. Trying the Test Settings button still failed. Thanks!

0

Michael,

Our QAs are trying to reproduce the issue in our environment. I'll update this post as soon as they have any result.

1 Answer

Related questions

0 votes
1 answer

We have multiple secondary domains that are being managed by Adaxes. Everything seems to be working except self service portal login. We tested with our other secondary domains and those ... other than sign failed. What else can I look at to figure this out?

asked Aug 21, 2020 by mark.it.admin (2.3k points)
0 votes
1 answer

Hej ho, If my session timed out and I refresh the page or even pages, everytime I start on home - no matter which object was opened before. Thats kind of annoying, if you opened 10+ objects and then time out kicks in :D Is this something we can change?

asked Mar 15, 2024 by wintec01 (1.8k points)
0 votes
1 answer

Hi team, currently the loading of "My managed objects" is timing out for some users after exact 1 minute with error DevTools showing me 504 Timing I assume its because of ... users each time I open homepage its loading again and again and take some times.

asked Dec 20, 2023 by wintec01 (1.8k points)
0 votes
1 answer

Hi all, I setup some rule-based groups and tried to copy criterias from group A to B. I did it via "copy" and "copy as plain text" option, but everytime pasting is failing : ( Any clue or idea why?

asked May 26, 2023 by wintec01 (1.8k points)
0 votes
1 answer

Hi We have a couple of scheduled tasks set up to remove accounts which have been disabled for a perios of time. This works fine for normal user accounts, but we ... and former domain admin accounts? We're running the latest version of Adaxes Thanks Matt

asked Oct 26, 2022 by chappers77 (2.0k points)
3,683 questions
3,369 answers
8,518 comments
549,526 users