dunno if you guys cares but if you guys are stoned like me atm then you can watch pretty much all of the latest movies and series on InstaFlixxer. I've been streaming with my girlfriend for the last couple of weeks =)
Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
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.
I'm having a similar error: An exception of type 'System.Net.Mail.SmtpException' 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?
Google will send you email at the end of the email there will be statement like this -- > Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable. Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps " Then it will work properly But after practice turn it off.
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
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?...
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required....... Error is comming.... how to fix this....
Google will send you email at the end of the email there will be statement like this -- > Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable. Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps " Then it will work properly But after practice turn it off.
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 ??
Google will send you email at the end of the email there will be statement like this -- > Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable. Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps " Then it will work properly But after practice turn it off.
Couldnot sent emailRequest for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. Code error
When I run this program, Google blocks the sign-in and I get this message: Are you the one who tried signing in? Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by allowing access to less secure apps, but this may leave your account vulnerable. I don't want to change my account to allow less secure sign-in because that makes my account vulnerable. Hopefully you can update this tutorial to a more useful one. Thanks.
Google will send you email at the end of the email there will be statement like this -- > Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable. Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps " Then it will work properly But after practice turn it off.
hi kudvenkat sir , i am getting error when run the code "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. ga13sm11009493pac.47 - gsmtp"
System.Security.SecurityException: Request for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. email is sending on local but the above error on hosting
Sir i have done exactly what you did and it is showing no error but i dont know why it is not generating any email in my Inbox....can you pzz suggest anything..Thank You..
thank you very much Mr Venkat. i have sent an email successfully for the first time from asp.net.
Dear Venkat, Grateful to you for uploading such useful videos.God bless u.
dunno if you guys cares but if you guys are stoned like me atm then you can watch pretty much all of the latest movies and series on InstaFlixxer. I've been streaming with my girlfriend for the last couple of weeks =)
@Ahmir Damon yup, I have been using instaflixxer for since december myself :D
@Ahmir Damon yea, been watching on instaflixxer for since november myself =)
hey by looking at ur name venkateswarulu seems ur from andhra pradesh.....great! manchi pani chestunaav....god bless u
Dear Venkat, thank you for all the wonderful tutorials.
Great, great video. I always wondered if one could send emails from personal email accounts.
Thank you very much for taking time to give feedback. In the description of this video, I have included the link for ASP .NET, C#, and SQL Server playlists. All the videos are arranged in logical sequence in these playlists, which could be useful to you. Please share the link with your friends who you think would also benefit from them. If you like these videos, please click on the THUMBS UP button below the video. For email alerts, when new videos are uploaded, you may subscribe to my channel.
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.
THANK U SIR I AM VERY INTEREST TO LEARN ASP.NET BY THIS VIDEOS
Dear Venkat!!! how can send and receive webmails using asp.net
Thank U Sir
I'm having a similar error:
An exception of type 'System.Net.Mail.SmtpException' 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?
Google will send you email at the end of the email there will be statement like this -- >
Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable.
Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps "
Then it will work properly
But after practice turn it off.
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
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?...
Hai Brother, Retrieve Email using pop3 in asp.net with c#
Cant we send email seperately without using exception code by writing the method that u used sendEmail() ????????
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required....... Error is comming.... how to fix this....
Google will send you email at the end of the email there will be statement like this -- >
Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable.
Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps "
Then it will work properly
But after practice turn it off.
first connect to your gmail account. click on this : www.google.com/settings/security/lesssecureapps and turn on the less secure app .
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 ??
Google will send you email at the end of the email there will be statement like this -- >
Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable.
Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps "
Then it will work properly
But after practice turn it off.
I have one question. How to send bulk thousands mails every day efficient way?
In localhost email sending is successful but my website hosting on GoDaddy then after email does not sending.how can I solve it?
Can we send email without having password in C#. please reply
Couldnot sent emailRequest for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Code error
Do you have tutorials in sending activation codes in emails?
when we share the dashboard it send the mail to us. How to know that ?
Very excellent video, how can I send email to people from a list or arraylist, instead of hard code it?
Is this email service free, can i use this for commercial purposes?
how i make live chat on my asp.net page ,,,,please explain
#digitalamin
When I run this program, Google blocks the sign-in and I get this message: Are you the one who tried signing in?
Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by allowing access to less secure apps, but this may leave your account vulnerable.
I don't want to change my account to allow less secure sign-in because that makes my account vulnerable.
Hopefully you can update this tutorial to a more useful one. Thanks.
Google will send you email at the end of the email there will be statement like this -- >
Google will continue to block sign-in attempts from the app you're using because it has known security problems or is out of date. You can continue to use this app by , but this may leave your account vulnerable.
Click on " allowing access to less secure apps" On new page Turn on the "Allow Less Secure Apps "
Then it will work properly
But after practice turn it off.
hi sir i want increase speed of email sending in background by using visual studio 2012
ultimate
hi kudvenkat sir , i am getting error when run the code "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. ga13sm11009493pac.47 - gsmtp"
have you resolved that error? If so then share your solution please.
@@yashkamani1155 create app password in your gmail account
@@billingsoftwares Thank you for reply. Actually I have resolved it, but I just forgot to edit this comment. Appreciate this.
System.Security.SecurityException: Request for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
email is sending on local but the above error on hosting
Just What I wanted to know... Sorry I didn't take the time to look at the previous videos.
Hello sir can you help me please
I want a code to send it massge to Emile or Mobail number
Every 6 months
Sir i have done exactly what you did and it is showing no error but i dont know why it is not generating any email in my Inbox....can you pzz suggest anything..Thank You..
Hii can you demonstrate how can we get email metadata with pst file by using aspose email and insert them into extjs grid
Transaction failed. The server response was: smtp*****.dot.gov ................Can any one fix this issue for sending email ??
Venkat:
Do you monitor these?
Al Adolfsen its not monitor its monetise