Resources  
  • Alert on Saving Email Attachment to Blob Storage AccountMar 17, 2024. How to notify when Saving specific Email attachments to blob storage accounts using Azure Logic App to the user. Azure Logic App automates workflows, notifying users when specific email attachments are saved to Blob Storage, simplifying business processes seamlessly.
  • Enable Outlook for D365 Trial AccountMar 14, 2024. Enabling Outlook for your D365 trial account seamlessly integrates email functionalities with Microsoft Dynamics, streamlining communication and data management. Configure integration settings to synchronize emails effortlessly, maximizing productivity and efficiency during your trial period.
  • Duplicate Detection Rules Configuration in Dynamics 365Mar 12, 2024. Learn to set up Duplicate Detection Rules in Dynamics 365 with this step-by-step guide. Navigate through the system settings, create rules, and establish criteria for identifying matching records effectively.
  • Dynamic Theme Change Across Canvas App ScreensMar 07, 2024. This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and output.
  • How to Create Microsoft 365 E3 Trial for 30 days?Mar 07, 2024. In this article, we will learn how to set up a Microsoft 365 E3 trial for 30 days and explore its powerful productivity tools and cloud services it covers account creation, trial activation, and accessing the full suite of business tools to enhance your workflow efficiency.
  • Understanding Sharing in Lists on SharePoint Communication SitesMar 05, 2024. This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
  • How to Open a PSD File Without PhotoshopMar 02, 2024. Explore methods to open a PSD File without Photoshop. Get the program to open a PDF file without Photoshop using C#.
  • How to View or Print CDR Image Files with or Without CorelDRAWMar 01, 2024. Explore methods to View or Print CDR Image files with or without CorelDRAW. Get the best guides to View or Print CDR Image files using CorelDRAW and C#.
  • Send Email with Multiple Attachments from SharePoint Library DocsFeb 29, 2024. Sending an email with attachments using Power Automate, specifically focusing on scenarios where files with their metadata are created in a SharePoint Library
  • Mail Merge in Outlook - Simplest Guides for YouFeb 29, 2024. Explore methods to mail merge in Outlook. Get the best manual and programmatically approach to performing mail merge in Outlook.
  • SendEmailFromTemplate to Send Emails to Unresolved AddressesFeb 28, 2024. This article delves into the process of streamlining communication in Dynamics 365 CE using Power Automate, specifically focusing on sending emails to unresolved addresses.
  • [Solved]: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in TwilioFeb 28, 2024. In this article, we will see how to resolve the Twilio error: Permission to send an SMS has not been enabled for the region indicated by the 'To' number in C#
  • Apache Kafka Without ZooKeeperFeb 28, 2024. Apache Kafka Without ZooKeeper employs the KRaft protocol (KIP 500), replacing ZooKeeper for metadata management. This enables simplified deployment, enhanced reliability, and native support for Kafka's distributed consensus.
  • How to Integrate Twilio in C# .NET MVC Project to Send SMS?Feb 26, 2024. In this article, we will learn how to integrate Twilio in a C# .NET MVC project to send SMS. Learn to enhance user engagement by integrating Twilio into a C# MVC project. Follow the steps from setting up a Twilio account to sending SMS, creating a seamless user interaction experience.
  • Sending an Email with Multiple Attachments from SharePoint ListFeb 21, 2024. Explore the efficient process of automating email sending with attachments using Power Automate, focusing on scenarios like SharePoint list item creation. Optimize your Power Automate skills for enhanced productivity.
  • How to Remove Your Gmail Account from Unwanted WebsiteFeb 21, 2024. Once you've removed a website's access to your Email account, they will no longer be able to access your email.
  • Integrating Azure Blob Storage with .NET Feb 19, 2024. In this article, we'll explore how to integrate Azure Blob Storage with an ASP.NET Core 8 MVC application. We'll focus on creating a dedicated BlobStorageController to perform all blob-related operations, including listing files, uploading, deleting, and downloading.
  • How to Send Approvals in Microsoft Teams Using Power Automate?Feb 18, 2024. Discover how to easily send approvals in Microsoft Teams using Power Automate. This article will walk you through the process, helping you automate tasks and improve teamwork efficiency. Say goodbye to manual approval hassles and hello to seamless workflow management!
  • Android Responsive Login Screen Design using Constraint LayoutFeb 16, 2024. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • Understanding and Creation of Azure Storage AccountFeb 12, 2024. In this guide, we'll delve into Azure Storage Accounts, which are like secure digital lockers for storing files and data in the cloud. Just as we keep our valuables Cloud, safe, Azure Storage Accounts help us safeguard our digital assets online.
  • Sending Reminder Emails Using Power AutomateFeb 12, 2024. This article explains how to use Power Automate to send reminder emails effectively. Learn how to create reminder emails in Power Automate for pending tasks using SharePoint. The article outlines the design, conditions, and steps, ensuring efficient task management and escalation to managers.
  • How to Create Dynamics 365 Trial AccountFeb 08, 2024. Learn how to set up your Dynamics 365 trial account with our comprehensive guide. Follow step-by-step instructions to register for a free trial, create your account, and explore the powerful features of Microsoft's business applications.
  • Create New Records in Account Entity using PowerShell Script in D365Feb 06, 2024. Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
  • Show Dynamics 365 Account Contacts in Side Panel HTML TableFeb 05, 2024. In the Account Entity Form, we are showing the Account Related Contact in the Side Pane using an HTML Page. Learn how to create a JavaScript web resource to load promotions in Microsoft Dynamics 365 using the Xrm API. Additionally, build an HTML web resource for displaying related contact information in a table.
  • How to Do Account Lockout Policy on ServerFeb 05, 2024. An account lockout policy disables a user account if an incorrect password is entered a specified number of times over a specified period.
  • Integrating Google Single Sign-On with AngularJan 17, 2024. Angular with Google SSO refers to the integration of Google Single Sign-On (SSO) authentication within an Angular web application. Single Sign-On is a method that allows users to log in to multiple applications or services with a single set of credentials, eliminating the need to remember separate usernames and passwords for each application.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • How to Active Azure Account Using Azure PassJan 15, 2024. Azure Pass is a coupon code that provides a certain amount of Azure credits.
  • JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQLJan 10, 2024. In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios and code examples for a deeper understanding of the underlying concepts.
  • Sending SMS Notifications with Azure Communication Services in .NETJan 07, 2024. Learn to send SMS notifications with Azure Communication Service using .NET. Follow simple steps like installing the SDK, importing libraries, setting up connection strings, and sending SMS messages with ease.
  • Manage user account in Azure AD B2C with Microsoft Graph Dec 28, 2023. From this article, you will learn how to manage a user account in Azure AD B2C with Microsoft Graph. and the integration of Azure AD B2C with the Microsoft Graph SDK with C#. We’ll discuss the capabilities offered by the Microsoft Graph SDK for Azure AD B2C with a practical example of getting the Azure AD B2C user list using Microsoft Graph to guide you through the process of incorporating these technologies into your applications.
  • How to Create Login page in PowerApps using SharePointDec 27, 2023. PowerApps with a secure login screen. Learn the step-by-step process, from designing the interface to connecting to data sources, validating user credentials, handling navigation, and ensuring application integrity.
  • Send Mail using C# codeDec 25, 2023. In this article, we will learn how to send mail using C# code.
  • Building an Azure Queue Trigger Function for Sending Emails with NodemailerDec 22, 2023. In today's digital age, automated processes are essential for improving efficiency and productivity. One such automation is sending emails based on events or triggers. In this blog post, we'll explore how to create an Azure Queue Trigger Function using Node.js and Nodemailer to send emails when a message is added to an Azure Storage Queue.
  • Power Automate Flow To Send Personalized Reminders To TeamsDec 20, 2023. So, I created My 1st Power Automate Flow To Send Personalized Reminders To Teams. Discover a citizen developer's journey using Power Automate to streamline a coffee-sharing tradition in the workplace. Witness the simplicity and effectiveness of this solution and explore potential improvements.
  • Send HTTP Request to SharePoint and get Response using Power AutomateDec 19, 2023. HTTP Request to SharePoint and get Response using Power Automate
  • Navigating Azure Storage: Essential CLI CommandsNov 29, 2023. Azure CLI unlocks the power of Microsoft Azure Storage. Key commands like create, show, list, update, and delete storage accounts empower efficient cloud storage management. Elevate your Azure journey with these commands.
  • Difference between wallet, account, addressNov 29, 2023. Master digital finance with wallets, accounts, and addresses. Your gateway to a dynamic financial landscape awaits!
  • Manually Install MySQL on Windows Without MySQL InstallerNov 27, 2023. The article details manual installation steps for MySQL on Windows, emphasizing configuration options via option files, service installation methods, and password management, offering insights into customizing and managing MySQL instances beyond the ease of a wizard-based installer.
  • How to set up Service Bus Queue Messages using Service Bus ExplorerNov 15, 2023. In this article, we will learn to Setup Service Bus Queue Message using Service Bus Explorer.
  • Send Messages from Postman to Service BusNov 15, 2023. Learn to Send Messages from Postman to Service Bus
  • Create a new Ethereum Account using PythonNov 04, 2023. In this article we will learn about how to create a new Ethereum address using Python.
  • Data Transfer Without Parent and Child ComponentOct 31, 2023. This content explains sharing data between Angular components via a service. It covers steps such as service creation, data sharing via click, and retrieval using data services.
  • Using Power Automate for HTML Table CreationOct 27, 2023. Learn easy way to send the Dynamic CRM Data to Email in the Table Format. To manually start the flow, log in to Power Automate, select Create, and then choose an instant cloud flow.
  • Recover Deleted Table Data "without Backup" in SQL ServerOct 27, 2023. This article will discuss Recover Deleted Table Data "without Backup" in SQL Server.
  • Exception Handling in Power Automate Using Try Catch Scope ActionOct 20, 2023. Exception Handling in Power Automate involves the use of Try Catch Scope Action, allowing users to gracefully handle errors and exceptions that may occur during the execution of automated workflows. By encapsulating specific actions within a Try block and defining corresponding Catch blocks for different types of exceptions, users can create robust and reliable workflows that can handle errors without disrupting the entire process. This approach ensures smoother automation, enhances user experience, and improves overall workflow reliability.
  • Common Interface Architecture With SSOOct 18, 2023. How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identity and access management. In this architecture, a standardized framework, often referred to as the "Common Interface," is established. This interface provides a unified way for different applications, services, or modules to communicate and authenticate users.
  • How To integrate An Azure Storage Account With Azure Active Directory Oct 17, 2023. To integrate an Azure Storage Account with Azure Active Directory, you can use Azure AD authentication for your storage resources. This allows you to control access, implement role-based access control (RBAC), and monitor activities for your storage account within the Azure portal. By doing so, you enhance the security posture of your storage resources and simplify user access management.
  • Dynamically Bind HTML Template to JSON Data Without using Loop in SQLOct 17, 2023. How we can dynamically bind html template to json data without using looping sql server
  • Solution: Mail not queued. Database Mail is stoppedOct 11, 2023. Database Mail is a feature in SQL Server that allows you to send email messages from the SQL Server database engine. It can be a crucial tool for alerting and notifications within a database system. However, sometimes, Database Mail might stop working due to various reasons such as configuration issues, service failures, or network problems.
  • Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456Oct 11, 2023. Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are trying to use SQL Server Authentication, but the SQL server instance is configured for Windows Authentication mode.
  • Exploring Top Level Statements - Programs Without Main Methods in C#Oct 09, 2023. Top-level statements are a new feature introduced in C# 9 that allows you to write code directly at the root of a file, without having to wrap it in a class or a method.
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • How to Generate a Shared Access Signatures (SAS) to an Azure Storage Account?Sep 14, 2023. Discover how Azure Storage leverages Shared Access Signatures (SAS) to enhance data security and access control in the cloud. Learn to generate SAS tokens for your storage account securely.
  • How to Send Email Using ASP.Net With C#?Sep 13, 2023. In this article we will see the way to send email in ASP.Net C# There are several articles on web for sending an email using ASP.NET and C#. This article explains some important functions and common notable errors.
  • Setting Up Azure Blob Storage EncryptionSep 13, 2023. Learn how to configure encryption for Azure Blob Storage to enhance data security. Follow these steps to establish encryption using customer-managed keys in Microsoft Azure.
  • Create and Send Emails with Dataverse in Power AutomateSep 13, 2023. Creating an Email Message with Dataverse using power automate in D365.
  • Sending Messages with RabbitMQ in .NET CoreSep 11, 2023. Here we will learn how to use RabbitMQ for sending message in dotnet core
  • Safe{Wallet} Guide: Master Multi-Signature Account CreationSep 08, 2023. In this article, we will learn how to create a multi-signature wallet using Safe Wallet.
  • How to Send Teams Messages with Mentions/Tag a User in Power Automate?Sep 08, 2023. Unlock the full potential of Microsoft Teams and Power Automate by learning how to send messages with mentions or tag users in your workflows. Discover the step-by-step process to automate communication, streamline collaboration, and keep your team informed in real time.
  • Building a Bulk Email Sending Console App with NET Core 7.0Aug 27, 2023. Building a Bulk Email Sending Console App with NET Core 7.0 entails the creation of a robust and versatile solution tailored to efficiently manage large-scale email distributions. Through a meticulous development process, this application emerges as a vital tool for businesses and organizations seeking an effective way to reach their target audiences.
  • How to Build a Login Screen in SwiftUI?Aug 24, 2023. Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
  • Salesforce REST API: The Login Request (Authentication Step)Aug 02, 2023. In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the request.
  • Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API Aug 02, 2023. To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept incoming HTTP requests and inspect the email content for potential phishing indicators. Middleware in ASP.NET Core can be used to perform custom processing on incoming requests and outgoing responses.
  • What is a PEM File?Aug 01, 2023. Learn about PEM files, a Privacy-Enhanced Mail format for storing cryptographic data using base64 encoding for secure communication.
  • Steps for Creating a Microsoft Purview Governance AccountJul 31, 2023. Learn the steps to create a Microsoft Purview governance account for comprehensive data management and protection.
  • How to Implement Login Stored Procedures with Node.js and MySQL?Jul 27, 2023. In this article, we learn how to create a login stored procedure MySql and how to call Stored Procedure in Node.js.
  • Client Credentials Flow - Call Web API to API without user interactionJul 18, 2023. This article shows the way to call API to API with user interaction by using Client Credentials Flow.
  • Azure Active Directory: Understanding Different Account TypesJul 17, 2023. Azure Active Directory - Understanding Different Account Types
  • Automating Email Notifications using PnP PowerShellJul 11, 2023. Sending emails programmatically is a powerful way to automate notifications in various scenarios. In this blog post, we will explore how to leverage PnP PowerShell module to send emails seamlessly. Specifically, we will address the requirement of sending email notifications to site owners once a new SharePoint site is created.
  • Monitoring Forum Posts and Sending Email Notifications with PythonJul 10, 2023. Automate monitoring forum posts and receive email notifications using Python. Utilize web scraping, BeautifulSoup for HTML parsing, and smtplib for email sending. Stay updated effortlessly.
  • How to Create an MongoDB Atlas Account?Jul 05, 2023. Introduction of MongoDB Atlas and How to Create a MongoDB Atlas Account?
  • Push Notification From C# .Net to Android Using FCM HTTP V1Jul 03, 2023. Send Push Notification From C# Dot Net to Android Using FCM HTTP V1.
  • Different Ways of Sending JSON Payload in Rest AssuredJul 02, 2023. Learn different ways to send JSON payload in POST HTTP requests. Options include hardcoding JSON in a string variable, using a static variable, or converting a POJO class to a JSON object. Prerequisites: Rest Assured API test automation setup.
  • Calling Web API to Web API without User Interaction by using Azure Managed IdentityJun 30, 2023. This article will walk you through connecting two web APIs without any login or user interaction. It is referred to as "Server-to-Server" or "Service-to-Service" communication. You may securely authenticate and authorize the caller web API to access the target web API using Azure Managed Identity, allowing for smooth interaction between the two services. When a Web API with Managed Identity needs to call another Web API, it can use its Managed Identity to authenticate and authorize the request without requiring explicit credentials.
  • Sending SMS Notifications with Azure Communication Services in PythonJun 26, 2023. By retrieving the phone number from the Excel sheet, we can initiate SMS notifications if the extracted registration number matches the records in the Excel database. This integration with Azure Communication Service enables us to establish seamless communication with individuals based on the data obtained from the cross-checking process.
  • Secure Shell (SSH): A Comprehensive Guide to Secure LoginJun 19, 2023. In this comprehensive guide, you will delve into the world of Secure Shell (SSH) and its usage.
  • How to Send Weekly Reports to a Group of Users in SharePoint?Jun 19, 2023. How can you send weekly reports to a group of users in SharePoint? Also, how do you create an HTML table?
  • Disabling the "Remember Me" Option from Azure AccountJun 10, 2023. In today's digital landscape, user privacy and data security are paramount concerns. Online platforms and services often provide a "Remember Me" or "Keep me signed in" option, allowing users to remain logged in for extended periods. While this feature offers convenience, it also introduces potential security risks. This article explores the importance of ensuring the option to remain signed in is hidden and discusses the benefits it brings to both users and service providers.
  • How to Connect to Polygon Network using C#?Jun 07, 2023. Discover how to connect to the Polygon Network using Alchemy, MetaMask, and C#, Learn the benefits and step-by-step instructions for implementation.
  • How to Copy Files Between Storage Accounts Using Azcopy in Azure?Jun 05, 2023. How to Copy Files Between Storage Accounts Using Azcopy in Azure?
  • Test HTTP API Endpoint in Visual Studio without using PostmanJun 04, 2023. Test HTTP API Endpoint in Visual Studio without using Postman
  • How to create an Azure Storage Account?May 30, 2023.
  • How to Send Data From Parent Component to Child Component in Vue.js May 29, 2023.
  • Unlock the Potential of Email Mocking: Papercut Integration In C# .NET Core 7 Console AppsMay 22, 2023. This article explores how to effectively test email functionality in a .NET Core C# console application using Papercut. Discover the step-by-step process of mocking Outlook 365 Office emails, sending test emails, and validating email content within the console app. Learn how Papercut simplifies the testing process and enhances the reliability of email-related features.
  • NLog With/Without AWS CloudWatch in .Net CoreMay 22, 2023. Logging is a very critical and essential part of any software. It helps us to created information, Errors and other type of logs, in the investigation of the essence of problems. Dot NET Core web API has built-in support for logging APIs and is able to work with various logging providers. Using NLog, we can send application logs to one or more destinations and, we learn how to implement NLog with ASP.NET Core web API. NLog is an open source and flexible framework that works with various .NET platforms in this article we will use .Net core. NLog is easy to use and extend. Also, it provides more flexibility in term of configuration. We can also change the logging configuration on-the-fly. The target is used to store, display, and pass the log messages to the provided destination. NLog can write a log to one or more targets at the same time. NLog provides more than 30 targets that include file, event log, database, email, console, and AWS.
  • Getting Started with Azure Cosmos DB Account CreationMay 19, 2023. In this article describes about the creation of multi-modal Azure Cosmos DB account creation.
  • Power Pages - Dynamic execution of long FetchXML without $batchMay 17, 2023. Dynamic execution of long FetchXML without $batch
  • 💥Mastering Azure: A Step-by-Step Guide to Creating a Storage AccountMay 12, 2023. This article provides a step-by-step guide to creating a storage account in Azure, Microsoft's cloud computing platform. By following these instructions, readers will be able to easily create a storage account and start using it to store data in the cloud. The article is designed for beginners who are new to Azure and want to learn the basics of creating a storage account.
  • Azure Genomics Accounts:Azure Genomics Accounts: A Comprehensive OverviewMay 08, 2023. Azure Genomics is a cloud-based platform that enables researchers and scientists to analyze and manage large-scale genomic data sets. The platform provides a suite of tools and services that allow users to perform complex bioinformatics tasks, such as DNA sequencing, variant calling, and data annotation, in a highly scalable and cost-effective way.
  • Unpacking Azure's Storage Account Options: Which One is Right for You?⚡May 05, 2023. This article is a comprehensive guide to the different types of storage accounts available in Azure. It covers everything from general-purpose v2 storage accounts to specialized blob, file, queue, table, and archive storage accounts. By understanding the different options, readers will be able to choose the right storage solution for their workload and ensure that their data is secure, available, and scalable in the cloud.
  • Get access to free Azure subscribtion from company emailMay 03, 2023. Once you join the company who use Azure you can use free subscription to build and run your POCs for work and personal use. In this article I am giving an instruction how to enable Free personal Enterprise or Professional Azure subscription.
  • How To Create An Account on Roblox?Apr 28, 2023. How to create a Roblox account and login in to enjoy this platform?
  • A Step-by-Step Guide For Creating a Azure Disk Pool AccountApr 27, 2023. Azure Disk Pools is a powerful new feature in Azure that can help you save costs, simplify management, and improve performance and scalability. If you're looking for a more efficient and cost-effective way to manage your storage resources in Azure, consider using Azure Disk Pools.
  • SharePoint Item Display and Edit Screens Without Any CustomizationApr 24, 2023. In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have requirements where we want to show/ edit the details of any selected SharePoint list item. In most cases we go with custom web part or some app in Power Apps, but we can achieve this without any customization. We can use out of box SharePoint web parts and features to do this.
  • Securely Set Up Your Algorand Account on Ledger NanoApr 18, 2023. Using this guide you will learn how you can set up an algorand account on the ledger Nano
  • Outlook (2): Add a QQ email account to OutlookApr 11, 2023. This article will discuss how to Add a QQ email account to Outlook
  • Power Automate - Send Notification With File Properties TableApr 07, 2023. In this article we will see how we can read the file properties of all the files in a folder of SharePoint online document library and send these properties in tabular format with custom CSS styling in email notification.
  • Send Push Notifications From .NET 6 Application To Firebase Using The Firebase Cloud Messaging APIApr 07, 2023. In this article, you will learn how to send push notifications from .NET 6 application to Firebase using the Firebase Cloud Messaging API.
  • Install PNP Powershell Module In Azure Runbook EnvironmentApr 03, 2023. To execute PNP Script in run book, we first need to install PNP PowerShell Module. This article provide steps to install pnp powershell module in Azure Automation Account.

About sending-mail-from-Gmail-without-login-Gmail-account

NA

OUR TRAINING