Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,
There is use mail api.
But always mail go junk in Hotmail. How to prevent this mails to junk.
My using mail template.
HTML
<HTML>
<HEAD>
<TITLE>xxxxxx/TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1254">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<table border="0" cellspacing="0" cellpadding="0" width="600">
<tr>	
	<td>
	<span style="TEXT-DECORATION: none;COLOR: #040404;FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px;">Merhaba. </span>
	</td>
</tr>		
<tr><td height="15"></td></tr>		

<tr>
	<td><span style="TEXT-DECORATION: none;COLOR: #040404;FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px;">xxxxxxx </span>
	</td>
</tr>		
<tr><td height="15"></td></tr>	
	<tr>
		<td><span style="TEXT-DECORATION: none;COLOR: #040404;FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px;">xxxxxxx</td>
	</tr>		
	<tr>
		<td height="15"></td></tr>		<tr><td><span style="TEXT-DECORATION: none;COLOR: #040404;FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px;">xxxxxx</td></tr>		<tr><td height="15"></td></tr>		
	<tr><td><span style="TEXT-DECORATION: none;COLOR: #040404;FONT-FAMILY: Arial, Helvetica, sans-serif; font-size: 14px;">xxxxxx</span></td></tr></table>
</BODY>
</HTML>
Posted
Updated 12-Oct-12 5:16am
v2
Comments
fjdiewornncalwe 12-Oct-12 11:13am    
The simple answer is don't let your mail look like junk.
But seriously, if your mails end up in people's junk all the time, then it is likely that your sending address or subject make it appear that way.
Nelek 12-Oct-12 11:47am    
--- OP is telling you ---
Thank you Marcus
But I dont thnik people select junk mail.
So. not interest my mail temple with junk mail ?
If people select my mail junk that time my mail go junk ?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900