Category - Gmail
Results 1 - 20 of 45
21 Aug 2022 21 Aug 2022 0 Comments  1153 Views
Here Mudassar Khan has explained, how to use Google Less Secure Apps setting in Gmail Account.

The Google Less Secure Apps setting has been depreciated and hence this article will explain how to enable 2-Step Verification and generate App Password for the Gmail Account which is replacement of Google Less Secure Apps setting.
21 Aug 2022 21 Aug 2022 0 Comments  672 Views
Here Mudassar Khan has explained, how to generate App Password for Gmail Account.

This article will also explain how to enable 2-Step Verification setting in Gmail Account.
21 Aug 2022 21 Aug 2022 0 Comments  665 Views
Here Mudassar Khan has explained, how to enable 2-Step Verification setting in Gmail Account.

This article will also explain how to generate App Password for Gmail Account.
02 Jun 2022 02 Jun 2022 1 Comments  12329 Views
Here Mudassar Khan has explained how to solve the issue when Gmail server denies POP3 access for the given Username and Password.
01 Jun 2022 01 Jun 2022 3 Comments  19097 Views
Here Mudassar Khan has explained how to resolve the error: The server did not respond with a +OK response. The response was: "-ERR [AUTH] Username and password not accepted." in ASP.Net Application when trying to access Gmail Mailbox using POP3.
01 Jun 2022 01 Jun 2022 0 Comments  2990 Views
Here Mudassar Khan has explained how to resolve the error: The server did not respond with a +OK response. The response was: "-ERR [AUTH] Application-specific password required" in ASP.Net Application when trying to access Gmail Mailbox using POP3.
04 Jan 2022 04 Jan 2022 0 Comments  9376 Views
Here Mudassar Khan has explained with an example, how to implement Contact Us Form in ASP.Net Core Razor Pages.

The Contact Us Form consists of TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email along with the Attachment in ASP.Net Core Razor Pages.
27 Dec 2021 27 Dec 2021 0 Comments  7740 Views
ASP.Net  AJAX  jQuery  MVC  Web API  Email  Gmail
Here Mudassar Khan has explained with an example, how to send email using jQuery AJAX in ASP.Net MVC Razor.

The jQuery AJAX function will call a Web API Action method which will send email using Gmail SMTP Mail Server in ASP.Net MVC Razor.

Once the Email is sent, a Confirmation will be sent back to the jQuery AJAX function which in turn will be display a Success message using JavaScript Alert Message Box.
24 Dec 2021 24 Dec 2021 0 Comments  8169 Views
ASP.Net  AJAX  jQuery  MVC  Web API  Email  Gmail
Here Mudassar Khan has explained with an example, how to send Email using Web API and jQuery AJAX in ASP.Net MVC Razor.

When the Send Button is clicked, the SendEmail Action method of the Web API is called using jQuery AJAX and the Email is sent.
15 Dec 2021 15 Dec 2021 0 Comments  9800 Views
Here Mudassar Khan has explained with an example, how to implement Contact Us Form in ASP.Net Core MVC.

The Contact Us Form contains some TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email along with the Attachment in ASP.Net Core MVC.
13 Dec 2021 13 Dec 2021 0 Comments  15880 Views
Here Mudassar Ahmed Khan has explained with an example, how to read Email Settings from AppSettings.json in ASP.Net Core.

The SMTP Mail settings are stored in the Smtp section of the AppSettings.json file.

The SMTP Mail settings will be read using the IConfiguration interface from the AppSettings.json file in ASP.Net Core.
13 Dec 2021 13 Dec 2021 0 Comments  5850 Views
ASP.Net  MVC  Email  Gmail  Core
Here Mudassar Ahmed Khan has explained with an example, how to send email using SMTP Server in ASP.Net Core.

For illustration purposes, this article will use GMAIL SMTP Mail Server for sending emails in ASP.Net Core.
30 Nov 2021 30 Nov 2021 0 Comments  12346 Views
ASP.Net  MVC  Email  Form  TinyMCE  Gmail
Here Mudassar Ahmed Khan has explained with an example, how to send email using Contact Us Form in ASP.Net MVC Razor.

The Contact Us Form contains some TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email along with the Attachment in ASP.Net MVC Razor.
13 Oct 2020 13 Oct 2020 0 Comments  28591 Views
ASP.Net  MVC  Email  Gmail  Core  .Net
Here Mudassar Ahmed Khan has explained with an example, how to send emails using GMAIL in ASP.Net Core.

This article will illustrate how to send emails with attachment using GMAIL SMTP Mail Server in ASP.Net Core.
13 Oct 2020 13 Oct 2020 0 Comments  16754 Views
ASP.Net  MVC  Email  Gmail  Core  .Net
Here Mudassar Ahmed Khan has explained with an example, how to send emails in .Net Core.

This article will illustrate how to send emails with attachment using SMTP Mail Server in .Net Core.

This article will make use of GMAIL SMTP Server and SMTP Client class for sending emails in .Net Core.
28 May 2020 28 May 2020 0 Comments  20367 Views
Here Mudassar Ahmed Khan has explained with an example, how to send Form Data to Email in ASP.Net using C# and VB.Net.

The Contact Us Form contains some TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email and the File is attached to the Email.
28 May 2020 28 May 2020 0 Comments  31401 Views
Here Mudassar Ahmed Khan has explained with an example, how to send email in ASP.Net using C# and VB.Net.

The SMTP Mail settings are stored in the mailSettings sub-section of the system.net section of the Web.Config file.

The SmtpSection class of the System.Net.Configuration namespace is used to read the SMTP Mail settings from Web.Config file in ASP.Net using C# and VB.Net.
28 May 2020 28 May 2020 0 Comments  14755 Views
Here Mudassar Ahmed Khan has explained with an example, how to configure GMAIL SMTP settings in ASP.Net using C# and VB.Net.

The SMTP Mail settings are stored in the mailSettings sub-section of the system.net section of the Web.Config file.

The SmtpSection class of the System.Net.Configuration namespace is used to read the SMTP Mail settings from Web.Config file in ASP.Net using C# and VB.Net.
28 May 2020 28 May 2020 0 Comments  20344 Views
Here Mudassar Ahmed Khan has explained with an example, how to configure Email SMTP Settings in Web.Config file in ASP.Net using C# and VB.Net.

The SMTP Mail settings are stored in the mailSettings sub-section of the system.net section of the Web.Config file.

The SmtpSection class of the System.Net.Configuration namespace is used to read the SMTP Mail settings from Web.Config file in ASP.Net using C# and VB.Net.
28 May 2020 28 May 2020 0 Comments  18668 Views
Here Mudassar Ahmed Khan has explained with an example, how to send Email with App Settings in Web.Config file in ASP.Net using C# and VB.Net.

The SMTP Mail settings are stored in the mailSettings sub-section of the system.net section of the Web.Config file.

The SmtpSection class of the System.Net.Configuration namespace is used to read the SMTP Mail settings from Web.Config file in ASP.Net using C# and VB.Net.
Results 1 - 20 of 45