Failure sending mail: The transport failed to connect to the server - ssrs-2008

I have numerous SSRS reports. Most with subscriptions. All of the existing subscriptions are working fine but I am getting an error when I try and set up a new subscription. The example attached shows a working and a failed subscription. Can anyone offer any advice on this?

This would mean that SSRS failed to connect to the SMTP server to send the subscription. This seems like an issue with your mail server rather than SSRS. Please make sure the mail server is up and running.
Additionally please take a look at the configurations for reporting services: Within Reporting Services Configuration click on Email Settings.

The issue was that the SSRS was failing to connect to SMTP. Antivirus was the cause.

Related

moodle email configuration error

I have been trying to configure SMTP in order to send an confirmation email to email based self-registration users but each time an error message appear saying that
Tried to send you an email but failed!
this is my moodle email configurations
this is the error message I get when I run a test email
when searched the error I found that Moodle does not connect to email server.
is there any other configurations that I should check?
since this did not work I tried to connect through outlook.
I tried to configure outlook but it also failed.
this is the configuration for outlook
this is the error I get
please help..!!!
I'm not entirely sure what the problem is, we are using our own mailserver..
However, there are some restrictions to Gmail usage, which can require you to make some changes on your Gmail account.
Have a look at this to allow a new service access to your Gmail account:
https://www.lifewire.com/unlock-gmail-for-a-new-email-program-or-service-1171974
And here to allow your Gmail access to less secure services and programs:
https://myaccount.google.com/lesssecureapps?pli=1

Emails are not received in Opencart 2.3

I am using Opencart 2.3.0.2 version. I am facing issue with receiving emails from the store. I did the setting from System > Setting > Mail.
I am not getting emails from contact form or for any new order placed in the store.
I tried with SMTP and set hostname as ssl://smtp.gmail.com but in this case, when I submit contact form I am getting error
Warning: fsockopen(): unable to connect to ssl://smtp.gmail.com:465 (Connection refused)
I did search on this issue and found some solution on StackOverflow but none of them worked for me.
I tried simple mail function by creating a test page and that works for me.
I am trying to fix this issue from past 2 days but still didn't found any solution.
Help me to resolve this issue.
Thanks in advance.
It's a common problem that emails somehow don't end up in the inbox they are supposed to when sent from a web server and there are loads of possible explanations but here are 3:
Your server is blocking them on purpose, which can be configured in cPanel as described here: https://www.antropy.co.uk/blog/emails-not-arriving-using-smtp/
Your web server is thinking the destination inbox is on the server itself but you are using a remote mail service: https://www.antropy.co.uk/blog/contact-form-not-sending-email/
Your web server doesn't have very good deliverability and emails are ending up in the spam folder, so use a separate SMTP to send: https://www.antropy.co.uk/blog/how-to-stop-opencart-emails-going-to-spam-by-using-smtp/

TFS server 2015: Email alerts not working

TFS email alerts is not working for some reason. Any possible reasons ?
I think tfs 2015(VSO) doesn't need SMTP server settings and should directly work. I created simple requests, none are working. what's possibly can go wrong ?
simple alert request
more info: TFS server running on windows 2008 server
If you are using on-premise TFS server2015.
For feedback requests and alerts to work, you still need to configure an SMTP server for TFS.
Details steps from MSDN: Configure an SMTP server to support alerts
and feedback requests
Give a try after you finish the configuration to see if it works.
My setting

Sharepoint 2010 workflow email error "Make sure the outgoing e-mail settings for the server are configured correctly"

I have configured my sharepoint server for outgoing email. I used this tutorial
https://manojviduranga.wordpress.com/tag/configure-sharepoint-outgoing-email-step-by-step/
also tried this one:
https://technet.microsoft.com/en-us/library/cc288949(v=office.14).aspx#section5
to test if it's working, I created a simple list workflow to send email everytime a new item is created. when I create a new item in the list, the workflow progress is "Complete" but the email is not sent and there's a workflow error "The e-mail message cannot be sent. Make sure the outgoing e-mail settings for the server are configured correctly."
I check all possible solutions I could find. checked the anti-virus, tried adding a pause in the workflow, restarted server and iis. I kept getting the same workflow error.
is there any other solution that could fix this problem?
First you need to be certain that Sharepoint can send emails. To do that just go to your list and in the top menu choose List and then "Alert me". Now set to receive new alerts on newly created items.
Now create new item and check if you received email. If not - your sharepoint or SMTP server is misconfigured.
You can diagnose your SMTP server by opening telnet client (start->run->cmd-> type "telnet").
in telnet client write:
open yoursmtpserveraddress:25
helo test
mail from:anyone#yourdomain.com
rcpt to:your_email#yourdomain.com
data
.
If this will succeed without errors, then your SMTP server is working. Then you should check Sharepoint configuration. Otherwise reconfigure your smtp server and/or firewall.

One website on IIS server cannot connect to SMTP host - how to track what happened

I have an ASP website on an IIS server, yesterday I noticed that this certain website was unable to send out any emails as Dynumail (something we use for SMTP emails in code) could not connect to the SMTP host.
This issue was only happening with this website and not any of the others on the same server that also use Dynumail.
Is there a way to track how this might have happened? To resolve the issue I restarted the website through the IIS GUI.
Any help on tracking down (and preventing) this issue would be greatly appreciated!