Sending emails using asp.net Part 77

preview_player
Показать описание
Text version of the video

Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help.

Slides

All ASP .NET Text Articles

All ASP .NET Slides

All Dot Net and SQL Server Tutorials in English

All Dot Net and SQL Server Tutorials in Arabic

In the previous sessions of this video series, we have discussed about logging exceptions to database and to the windows eventviewer. In this session, sending an email to the development team or administrator along with logging exceptions.

To compose the email message, use MailMessage calss. To send the email use, SmtpClient class. both of these classes are present in System.Net.Mail namespace.

In this video we discussed about sending emails using gmail smtp server and credentials. In reality organisations have their own SMPT server. If you want to send emails using your own SMTP server, use the respective smtp server address and credentials.
Рекомендации по теме
Комментарии
Автор

hey by looking at ur name venkateswarulu seems ur from andhra manchi pani chestunaav....god bless u

naveenmurari
Автор

thank you very much Mr Venkat. i have sent an email successfully for the first time from asp.net.

bulusumurty
Автор

Dear Venkat, thank you for all the wonderful tutorials.

louisecrowe
Автор

Dear Venkat, Grateful to you for uploading such useful videos.God bless u.

viqUni
Автор

Great, great video. I always wondered if one could send emails from personal email accounts.

juliobarriga
Автор

THANK U SIR I AM VERY INTEREST TO LEARN ASP.NET BY THIS VIDEOS

vykuntaraopodugu
Автор

Hai Brother, Retrieve Email using pop3 in asp.net with c#

akonvilla
Автор

Hi kudvenkat,
Do you have any video on how to retrieve email from a Yahoo, Gmail or free internet mail account using ASP.NET

Really looking for something that will pull all the data for an email and insert it into a database table,
including the unique email message ID, so I know not to read it again, or send an instruction back to the mail service to mark it as read and/or to move it in to a "READ" folder or delete the email.
(the reason for not just use the mails status of "Read", is that someone could click on the mail message with in a mail client and mark it as read so it is never picked up by the ASP.NET application's polling retrieval routine {examples of polling techniques would also be appreciated})
Thanks.

honeytrippers
Автор

I have one question. How to send bulk thousands mails every day efficient way?

alauddinnurmetov
Автор

Very excellent video, how can I send email to people from a list or arraylist, instead of hard code it?

dragonv
Автор

Cant we send email seperately without using exception code by writing the method that u used sendEmail()

akshaydeshpande
Автор

Can we send email without having password in C#. please reply

rajeshsinghrana
Автор

I have one doubt I am fresher . please help Me sir..actually the developer kept all files which are notified in web on server isn't?..suppose in one website showing "click to download this file "....suppose the file is not present error message is shown to user and the exception message is stored in event viewer or db ...am I correct?..but we are the developer...in your previous video u told the country file is deleted by someone....how could be it possible.. no one cannot access the web except developer....the user only make use of application.. how they able to delete a file inside of application?...

aravindkumar
Автор

Dear Venkat!!! how can send and receive webmails using asp.net

techie_fayaz
Автор

Is this email service free, can i use this for commercial purposes?

akshayrb
Автор

Hello Kudvenkat
The port number(587) does not work this side.
Im based in South Africa.
Could that be the reason?
It gives me an exception .. failure to send
if being based in South Africa is the problem, Do you have a solution?
Thank you

diamantentoahae
Автор

The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at

i got that error how can i over come it ??

abdullahragheb
Автор

Hii can you demonstrate how can we get email metadata with pst file by using aspose email and insert them into extjs grid

sagarjadav
Автор

Do you have tutorials in sending activation codes in emails?

ikaamille
Автор

I'm having a similar error:
An exception of type occurred in System.dll but was not handled in user code

Additional information: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication 

Please, what's missing?

aladolfsenjustanoldguy