Hotmail is showing blank message.
-
Hello. I am sending mail thorough System.web.mail and using SmtpMail.Send(mymail). now it is working perfect in other mail service such as yahoo and operamail, rediff accept hotmail. Hotmail is showing the blank message. Why hotmail is doing that? please send me the solution to show the message in hotmail. I am using VB as a codebehind language. Ashish Joshi
-
Hello. I am sending mail thorough System.web.mail and using SmtpMail.Send(mymail). now it is working perfect in other mail service such as yahoo and operamail, rediff accept hotmail. Hotmail is showing the blank message. Why hotmail is doing that? please send me the solution to show the message in hotmail. I am using VB as a codebehind language. Ashish Joshi
Ashish, Are you sending HtmlMessage. I think Hotmail by default blocks messages with inline HTML content and puts a link (*)Enable message content once (*)Enable message content always for this sender. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
-
Ashish, Are you sending HtmlMessage. I think Hotmail by default blocks messages with inline HTML content and puts a link (*)Enable message content once (*)Enable message content always for this sender. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
Dear Vasudevan So do i need to set the options in Hotmail or I have to write something in my .net code and if yes then where i have to write it? is it possible to show these kind of messages in hotmail? coz when i forward message through gmail then it shows perfectly in hotmail. it don't know what is going on. please help!! Ashish Joshi
-
Ashish, Are you sending HtmlMessage. I think Hotmail by default blocks messages with inline HTML content and puts a link (*)Enable message content once (*)Enable message content always for this sender. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
Dear Vasudevan So do i need to set the options in HTML or I have to write something in my .net code it is possible to show these kind of message in hotmail. coz when i forward message through gmail then it shows perfectly in hotmail. it don't know what is going on. please help!! Ashish Joshi
-
Dear Vasudevan So do i need to set the options in Hotmail or I have to write something in my .net code and if yes then where i have to write it? is it possible to show these kind of messages in hotmail? coz when i forward message through gmail then it shows perfectly in hotmail. it don't know what is going on. please help!! Ashish Joshi
Ashish, Hotmail does have full view source, in open new window (enlisting all the Internet Mail Headers also). Did you compare it with what your CDO object is sending? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
-
Ashish, Hotmail does have full view source, in open new window (enlisting all the Internet Mail Headers also). Did you compare it with what your CDO object is sending? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://deepak.blogdrive.com/
well i didn't use CDO object could u send me some sample syntext to how to do? Well thnaks for your effort.. Ashish Joshi