When I sent e-mail from within my asp.net application to Hotmail adresses.
The e-mail always end up in Junk e-mail. I sent the e-mail as plain/text.
Does anyone know how to solve this?okay here's a bit of background on how Junk Mail works on Hotmail (have been
using it since the day that feature was added)
For a mail to reach your inbox, the sender has to be marked and added to
'Safe Sender's List'
or the email should be in your contacts like.
there is a 3rd option and that is using custom filters.
But the problem is at the users end and not the senders end. There is not
code tweaks that will help you.
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"LACH" <LACH@.discussions.microsoft.com> wrote in message
news:06331808-7B21-468E-8761-EDA2BCD36E4F@.microsoft.com...
> When I sent e-mail from within my asp.net application to Hotmail adresses.
> The e-mail always end up in Junk e-mail. I sent the e-mail as plain/text.
> Does anyone know how to solve this?
"Hermit Dave" <hermitd.REMOVE@.CAPS.AND.DOTS.hotmail.com> wrote in message
news:eOETIt9mEHA.4068@.tk2msftngp13.phx.gbl...
> For a mail to reach your inbox, the sender has to be marked and added to
> 'Safe Sender's List'
Only if the recipient has selected "Exclusive" filtering. There are three
levels of junk email filtering:
Low - obvious junk e-mail is caught.
Enhanced - most junk e-mail is caught.
Exclusive - you will only receive e-mail from addresses appearing in your
Contacts, service
announcements from Hotmail, and messages you have consented to receive from
MSN.
The problem is that I want to send an e-mail with password, when a user
registers on my site - users are uknown to me at time of registration,
therefore I cannot ask users to add my sender e-mail to their 'Safe Sender's
List'.
When I sent an e-mail from Outlook or webmail with the same sender e-mail
address - there is no problem - the problem only exists when I sent e-mail
from my asp.net code.
Can the Hotmail filter see, that e-mail comes from asp.net code and not from
Outlook? Strange to me...!?!!
"Hermit Dave" wrote:
> okay here's a bit of background on how Junk Mail works on Hotmail (have be
en
> using it since the day that feature was added)
> For a mail to reach your inbox, the sender has to be marked and added to
> 'Safe Sender's List'
> or the email should be in your contacts like.
> there is a 3rd option and that is using custom filters.
> But the problem is at the users end and not the senders end. There is not
> code tweaks that will help you.
> --
> Regards,
> Hermit Dave
> (http://hdave.blogspot.com)
> "LACH" <LACH@.discussions.microsoft.com> wrote in message
> news:06331808-7B21-468E-8761-EDA2BCD36E4F@.microsoft.com...
>
>
my bad.. i only had to set it up once and i set it to exclusive.
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Mark Rae" <mark@.mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:%23lMxh%239mEHA.2764@.TK2MSFTNGP11.phx.gbl...
> "Hermit Dave" <hermitd.REMOVE@.CAPS.AND.DOTS.hotmail.com> wrote in message
> news:eOETIt9mEHA.4068@.tk2msftngp13.phx.gbl...
>
> Only if the recipient has selected "Exclusive" filtering. There are three
> levels of junk email filtering:
> Low - obvious junk e-mail is caught.
> Enhanced - most junk e-mail is caught.
> Exclusive - you will only receive e-mail from addresses appearing in your
> Contacts, service
> announcements from Hotmail, and messages you have consented to receive
> from MSN.
>
"Hermit Dave" <hermitd.REMOVE@.CAPS.AND.DOTS.hotmail.com> wrote in message
news:O5kQNM%23mEHA.3480@.TK2MSFTNGP09.phx.gbl...
> my bad.. i only had to set it up once and i set it to exclusive.
Wow! Think of all the genuine email you've missed!
"LACH" <LACH@.discussions.microsoft.com> wrote in message
news:30C5614D-13AB-4017-B787-BF869895AF76@.microsoft.com...
> The problem is that I want to send an e-mail with password, when a user
> registers on my site - users are uknown to me at time of registration,
> therefore I cannot ask users to add my sender e-mail to their 'Safe
> Sender's
> List'.
> When I sent an e-mail from Outlook or webmail with the same sender e-mail
> address - there is no problem - the problem only exists when I sent e-mail
> from my asp.net code.
> Can the Hotmail filter see, that e-mail comes from asp.net code and not
> from
> Outlook? Strange to me...!?!!
Almost certainly. There will be something in the email header which
determines this. What value are you specifying for SmtpMail.SmtpServer?
are you using localmachine right now to do the dev and testing ?
if so are you using Relay option to relay the mail to your ISP ?
if that is the case, relaying is the problem. a lot of email providers use
filters to set this sort of mail (at times used by spammer) on the side.
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"LACH" <LACH@.discussions.microsoft.com> wrote in message
news:30C5614D-13AB-4017-B787-BF869895AF76@.microsoft.com...
> The problem is that I want to send an e-mail with password, when a user
> registers on my site - users are uknown to me at time of registration,
> therefore I cannot ask users to add my sender e-mail to their 'Safe
> Sender's
> List'.
> When I sent an e-mail from Outlook or webmail with the same sender e-mail
> address - there is no problem - the problem only exists when I sent e-mail
> from my asp.net code.
> Can the Hotmail filter see, that e-mail comes from asp.net code and not
> from
> Outlook? Strange to me...!?!!
>
> "Hermit Dave" wrote:
>
well i check my junk mail more than my inbox lol
every time i add the person as a contact they stop mailing me... ironic..
Regards,
Hermit Dave
(http://hdave.blogspot.com)
"Mark Rae" <mark@.mark-N-O-S-P-A-M-rae.co.uk> wrote in message
news:eib99P%23mEHA.2764@.TK2MSFTNGP10.phx.gbl...
> "Hermit Dave" <hermitd.REMOVE@.CAPS.AND.DOTS.hotmail.com> wrote in message
> news:O5kQNM%23mEHA.3480@.TK2MSFTNGP09.phx.gbl...
>
> Wow! Think of all the genuine email you've missed!
>
No I already have the code in production - and it works great with other
e-mail domains.
"Hermit Dave" wrote:
> are you using localmachine right now to do the dev and testing ?
> if so are you using Relay option to relay the mail to your ISP ?
> if that is the case, relaying is the problem. a lot of email providers use
> filters to set this sort of mail (at times used by spammer) on the side.
> --
> Regards,
> Hermit Dave
> (http://hdave.blogspot.com)
> "LACH" <LACH@.discussions.microsoft.com> wrote in message
> news:30C5614D-13AB-4017-B787-BF869895AF76@.microsoft.com...
>
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment