Zabbix email configuration - zabbix

Our zabbix server is not sending e-mail notifications to the user through e-mail.
SMTP is configured and working fine. From server backend, I am able to send and deliver mail. Have created item and trigger also but mails are not being sent yet.
Any help on this.

Related

ssrs mail sent but not received

Using SSRS2012 to send emails. It shows that the email is sent from server but the email address provided doesnt receive anything.
What I have tried so far:
1 - Initially I wanted the email to be sent to 2 email addresses. So I tried just using one but the same result. Says its sent but not received.
2 - On the report configuration, I tried to get the smtp server name by running get-service smtpsvc on powershell. But it doesnt show the smtp server name. Where do I check this? Because currently the SMTP server is left blank (if this is why it isnt sending the emails)
Thanks in advance
UPDATE:
Found the smtp server. After saving this, and trying to resend the report, it gives the error:
Failure sending mail: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROMMail will not be resent.
Does no one know how to fix this?
If you are running reports using subscriptions and sending mails. The following should be configured with a valid sender address in your Reporting Services configuration Manager.

How to configure SMTP to save send mails?

can you please tell me how to configure SMTP to save send mails in Sent Items folder of my Mail.
NOTE: I am using yahoo mail credentials to send mails.
That is not possible using SMTP only.
SMTP is just for message delivery, it has no knowledge of your inbox and its folders tructure.
When you send a mail using your mail client (Outlook, phone, gmail, etc), it will :
use SMTP to send your mail
then use a different protocol (usually IMAP or MAPI) to move the message to your "Sent items" folder.
There are some exceptions : some mail providers will automatically copy to your sent items all messages sent by your account through their SMTP server. I believe gmail does that. that's not as easy as you maythink, since one must ensure the message is not ciped twice (once by the email client, another one by the SMTP server).

SQL Server 2008 database mail using YANDEX

I am trying to send mail with my yandex mail account on database mail. Actually it was working for a long time. Last 1 month I cannot send mail with my yandex account. Always it gives that error message,
Error,16492,The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 10 (2014-11-08T17:20:25). Exception Message: Cannot send mails to mail server. (time out ).
The mail account works with Microsoft Outlook, but it does not work with database mail. I am also using SSL secure connection. Which is in the configuration of database mail account?
Thank you.
It's a late response but it is a true solution.
With Yandex kindly use SSL port number 587 instead of 465.
Screenshot Yandex IMAP settings
Also add IMAP settings, SMTP does not work without it

Setting up SMTP mail server. Done with installing SMTP. Now what?

I want to host my own mailserver using my own domain. So far I can see that SMTP needs to be installed and the DNS record has to be modified to point to my mailserver. So far so good. But what about mailaccounts? How do I create mail#mydomain.com with username and password so I can start receiving emails in outlook?
What more does it take to be able to receive mails in outlook now that im done with installing SMTP on my server?
Installing just the smtp service isn't going to get you what you need. In order for users to get their mail you'd need a pop server, or an IMAP server or and exchange server.
What you need is a seperate mail hosting package. Something like Imail from Ipswitch. Or exchange from Microsoft.
SMTP is simply a mail transfer mechanism, it will receive emails for remote SMTP servers and then try an deliver them. It does not handle mailboxes or email accounts, for this you will need a POP3, IMAP or Exchange server.

Gmail does not list sent items if mail sent from custom smtp server

We have our own company's smtp server.
When we send mails using the above smtp server, the mails do not list in the gmail's sent items.
The mail is sent using asp.net
What can be done?
Instead of using your own SMTP server, use the SMTP server from GMail. How else can Gmail know that you have send an email.
You have to supply credentials to use Google's SMTP server, so you must store the user's username and password (from Gmail).