| |
|
|
malcolms
: On
September 26, 2008 1:17 AM
said:
|
|
|
|
|
|
imchaz
: On
September 26, 2008 9:36 AM
said:
|
Probably dumb question here. After watching it, what is the advantage of using this? Let me preface that I am new the terminology of Asynchronously. What is the difference of using just the mail object and using the basics?
|
|
|
|
MesfinReda
: On
September 26, 2008 3:09 PM
said:
|
This video is posted at a right time when I am having a mail related issue. nothing complicated it just sends email on contact us page and I am having this problem. <system.net> <mailSettings> <smtp> <network host="smtp.menelikalumni.org" port="25" userName="email@domain.com" password="password" defaultCredentials="true"/> </smtp> </mailSettings> </system.net> and i am getting this error Transaction failed. The server response was: 5.7.1 anyhelp would be appreciated. Thanks
|
|
|
|
imchaz
: On
September 26, 2008 5:08 PM
said:
|
MesfinReda, You should put that problem in the Forum area for someone to respond. It will give you better exposure in solving your problem.
|
|
|
|
|
|
dkb
: On
October 08, 2008 11:32 PM
said:
|
Hi Chris I can't thank you enough for this video. DKB
|
|
|
|
techiesridhar
: On
October 09, 2008 3:14 PM
said:
|
HI Chris.I used to watch all the video avaliable in this page. Hats off to you man for doing such a nice job.. keep posting..
|
|
|
|
ashrafur
: On
October 27, 2008 5:51 AM
said:
|
this video gives a very clear idea about how to send asynchronous mail using asp.net. I was also expecting some description on why we will send asynchronous main instead of synchronous. what are the benefits and so on.
|
|
|
|
shiawmeng
: On
November 06, 2008 12:40 PM
said:
|
It's a good video ! help me a lot of problem. Thanks!
|
|
|
|
LinhMy
: On
November 07, 2008 9:07 PM
said:
|
It's great! I can do my exercises..Thank you very much!
|
|
|
|
izet
: On
November 10, 2008 3:26 PM
said:
|
|
|
|
|
|
djafer
: On
November 13, 2008 1:42 AM
said:
|
Güzel bir çalışma daha izledim, Thanks!
|
|
|
|
abelanet
: On
November 14, 2008 6:36 PM
said:
|
|
|
|
|
|
|
|
SweFredd
: On
December 12, 2008 8:28 AM
said:
|
I'm new to building websites and ASP.NET. But i guess the idea with asynchronous email is that you don't need to wait for an answer if the mail was successful or not. That is handled by a event handler.
|
|
|
|
Cyberpess
: On
December 13, 2008 9:02 PM
said:
|
Dont mean to burst your bubble, but this is not really sending an email asynchronously since your using it in a Web Context...Just using the SendAsync method does not make it asynchronously! Im looking for a way to actually not block when the sendasynch() method is called.
|
|
|
|
bohunt
: On
February 13, 2009 5:42 PM
said:
|
|
|
|
|
|
Dora743
: On
July 02, 2009 8:49 AM
said:
|
I can't Download the Code can any one tell why
|
|
|
|
prashu_sri
: On
August 01, 2009 8:26 PM
said:
|
this code doesn't work for c#.... what the f***
|
|
|
|
kurtuhler
: On
November 26, 2009 8:41 PM
said:
|
c# exception System.Net.Mail.SmtpException: Failure sending mail. ---> System.InvalidOperationException: Asynchronous operations are not allowed in this context. Page starting an asynchronous operation has to have the Async attribute set to true and an asynchronous operation can only be started on a page prior to PreRenderComplete event. at System.Web.AspNetSynchronizationContext.OperationStarted() at System.Net.Mail.SmtpClient.SendAsync(MailMessage message, Object userToken) --- End of inner exception stack trace --- at System.Net.Mail.SmtpClient.SendAsync(MailMessage message, Object userToken) at _Default.SendMail() in c:\Users\kurt\Websites\WebSiteCSharp\Default.aspx.cs:line 37
|
|