|
Home > Archive > IIS ASP > July 2007 > How to send email to inbox folder and not to spam, using CDOSYS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to send email to inbox folder and not to spam, using CDOSYS
|
|
|
| Hi all,
I'm using ASP 3.0 and CDOSYS to send email.
After sending to any email-id (someone@yahoo.com ...), the email is in
spam folder!
how do I send email to inbox folder not to spam?
.... Orgil
| |
| Evertjan. 2007-07-20, 1:22 am |
| Orgil wrote on 20 jul 2007 in microsoft.public.inetserver.asp.general:
> Hi all,
>
> I'm using ASP 3.0 and CDOSYS to send email.
>
> After sending to any email-id (someone@yahoo.com ...), the email is in
> spam folder!
>
> how do I send email to inbox folder not to spam?
I am leaving my house to go to the beach,
how to exit that house to go swimming and not get wet?
iow: the house has nothing to do with the possible wetness of the water.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
| |
| Anthony Jones 2007-07-20, 7:19 am |
|
"Orgil" <orgilhp@yahoo.com> wrote in message
news:1184907467.461610.278180@o61g2000hsh.googlegroups.com...
> Hi all,
>
> I'm using ASP 3.0 and CDOSYS to send email.
>
> After sending to any email-id (someone@yahoo.com ...), the email is in
> spam folder!
>
> how do I send email to inbox folder not to spam?
>
>
Yahoo will have a filter that determines whether an email looks genuine or
not. If not then it thinks its spam.
User may have some control over the filter, for example they may be able to
specify that anything not from a known contact is spam. The exact
algorithm is likely to be secret.
How did you configure the From address?
--
Anthony Jones - MVP ASP/ASP.NET
| |
| Justin Piper 2007-07-20, 1:20 pm |
| On Thu, 19 Jul 2007 23:57:47 -0500, Orgil <orgilhp@yahoo.com> wrote:
> Hi all,
>
> I'm using ASP 3.0 and CDOSYS to send email.
>
> After sending to any email-id (someone@yahoo.com ...), the email is in
> spam folder!
>
> how do I send email to inbox folder not to spam?
SpamAssassin offer some guidelines for composing email so as to reduce
false-positives in their software. You might find that they work for other
spam filters as well.
AvoidingFpsForSenders - Spamassassin Wiki
http://wiki.apache.org/spamassassin...ngFpsForSenders
Good luck. This software's raison d'être is to be unevadable, so if your
mail naturally looks spammy you've got your work cut out for you.
--
Justin Piper
Bizco Technologies
http://www.bizco.com/
|
|
|
|
|