Contents tagged with mail
-
Connect of Office 365 Mail (Exchange Online) with Powershell
https://lazyadmin.nl/powershell/connect-to-exchange-online-powershell/ more
-
Send Email Using Microsoft Azure
https://mailtrap.io/blog/azure-send-email/ more
-
Office 365 Mail Forwarding Policy
https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/external-email-forwarding?view=o365-worldwide
-
Create Your Own Email Forwarding Server
http://www.techknowjoe.com/article/create-your-own-email-forwarding-server more
-
How to Set Up Your Own Email Server on Windows
https://www.maketecheasier.com/set-up-own-email-server-windows/ more
-
Audit Users logging in using "sa" or service accounts
source: https://www.sqlservercentral.com/scripts/audit-users-logging-in-using-sa-or-service-accountsIF OBJECT_ID ('AuditSqlLogins') IS NOT NULL DROP TABLE AuditSqlLogins
GO
CREATE TABLE … more
-
Microsoft Azure Email Policy for Virtual Machines
https://blogs.msdn.microsoft.com/mast/2017/11/15/enhanced-azure-security-for-sending-emails-november-2017-update/ more
-
Sending Email with Python
http://naelshiab.com/tutorial-send-email-python/
https://docs.python.org/2/library/email-examples.html
-
Send Email Via Command Line
http://caspian.dotconf.net/menu/Software/SendEmail/ more