Re: CDONTS strangeness



could it be an upstream SMTP server at your ISP rejecting the communication?
there's no documented behaviour for this in CDONTS, but I could picture this
happening at the SMTP level. I myself, for instance, have a server upstream
from me which enforces quotas on the amount of mail I can pass through,
meaning mailouts must be done in stages. Don't see why this couldn't also do
a check on the from: address.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.


"Stimp" <ren@xxxxxxxxxx> wrote in message
news:slrnd8k79h.btf.ren@xxxxxxxxxxxxxxxxxxxxxxxxx
> I'm trying to send a mail using CDONTS with a .FROM email
> address that doesn't exist (like bob@xxxxxxxxxxx), but it won't send
> the mail unless I put a valid .FROM email address (i.e. of an email
> address that exists)
>
> The mails I try to send on the Windows 2000 server are moved into the
> mailroot/Badmail folder as spam.. so this would seem to be a built-in
> spam prevention tool that CDONTS employs.
>
> This would be fine, if it always worked, but sometimes perfectly correct
> email addresses don't work either.
>
> Is there any way to disable this spam-prevention so that I can send
> emails no matter what the .FROM email address is?
>
> Any info would be great!
> --
>
> "I hear ma train a comin'
> ... hear freedom comin"


.



Relevant Pages

  • Re: cdont
    ... If your site is hosted on a Windows 2003 server, then CDONTS is not available unless the web host ... The coding for this is different from CDONTS. ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.windows.server.general)
  • Re: cdont
    ... If your site is hosted on a Windows 2003 server, then CDONTS is not available unless the web host ... The coding for this is different from CDONTS. ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.frontpage.client)
  • Re: cdont
    ... If your site is hosted on a Windows 2003 server, then CDONTS is not available unless the web host ... The coding for this is different from CDONTS. ... FrontPage Resources, WebCircle, MS KB Quick Links, etc. ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Re: CDONTS strangeness
    ... Is there a specific reason you are using CDONTS instead of System.Web.Mail? ... there is no way the outgoing server can verify if an email exists or ... since you need to configure your smtp server ... correctly and verify the server. ...
    (microsoft.public.dotnet.framework.aspnet)

Loading