send an email to a list server

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: send an email to a list server

    Is the e-mail being sent?
    Is the from e-mail address a subscribed address?

    Ray at work

    "Jane" <anonymous@discussions.microsoft.com> wrote in message
    news:01e501c39731$19d27340$a301280a@phx.gbl...
    > Hello,
    >
    > Since we need to use html format in email body to send out
    > the eNew for our organization, we decided to send this
    > email through ASP page to our list server. But the problem
    > is that the list server doesn't take action (it doesn't
    > send the email out to all people on the email list). Does
    > anybody have any idea?
    >
    > Thanks in advance!
    > Jane

    Ray at Guest

  2. Similar Questions and Discussions

    1. Group email doesn't send because of bad email
      Hi, say I have to email 100 people at once, but one of the email addresses is bad, meaning formatted right but does not exist anymore. Right now,...
    2. send email
      I am trying to build an intranet portal using asp. In this application I have a subsscribe button using which user can can subscribe. I wanted to to...
    3. How to send email (perhaps via Exchange Server?)
      I am writing a Perl script for Solaris box. The script needs to send email. The company uses Microsoft Exchange Server, and the Solaris box Sendmail...
    4. cgi mailto to send email from server?
      Hi Guys, I have been looking at the tutorials here: http://www.tutorialfind.com/tutorials/macromedia/flash/ 7. Sending Email Using Flash MX and...
    5. CDO doesn't send email
      Hi, I'm using CDO object to send email but it doesn't send any email and it does not give an error. My code look like this: Dim iMsg2 Dim...
  3. #2

    Default Re: send an email to a list server

    How can we debug your list server???



    "Jane" <anonymous@discussions.microsoft.com> wrote in message
    news:01e501c39731$19d27340$a301280a@phx.gbl...
    > Hello,
    >
    > Since we need to use html format in email body to send out
    > the eNew for our organization, we decided to send this
    > email through ASP page to our list server. But the problem
    > is that the list server doesn't take action (it doesn't
    > send the email out to all people on the email list). Does
    > anybody have any idea?
    >
    > Thanks in advance!
    > Jane

    Aaron Bertrand - MVP Guest

  4. #3

    Default Re: send an email to a list server

    SSH

    Ray at work

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:%237ALqUzlDHA.2436@TK2MSFTNGP09.phx.gbl...
    > How can we debug your list server???

    Ray at Guest

  5. #4

    Default Re: send an email to a list server

    Thanks, Ray.

    Yes, I sent it to list server and my account. The email
    did go through my account.

    The 'from' email address is the one we used to use it to
    send eNews to list server and I also tried to use the
    personal account who has the rights to use the list
    server.

    Any idea?

    >-----Original Message-----
    >Is the e-mail being sent?
    >Is the from e-mail address a subscribed address?
    >
    >Ray at work
    >
    >"Jane" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:01e501c39731$19d27340$a301280a@phx.gbl...
    >> Hello,
    >>
    >> Since we need to use html format in email body to send
    out
    >> the eNew for our organization, we decided to send this
    >> email through ASP page to our list server. But the
    problem
    >> is that the list server doesn't take action (it doesn't
    >> send the email out to all people on the email list).
    Does
    >> anybody have any idea?
    >>
    >> Thanks in advance!
    >> Jane
    >
    >
    >.
    >
    Jane Guest

  6. #5

    Default Re: send an email to a list server


    "Jane" <anonymous@discussions.microsoft.com> wrote in message
    news:019f01c39737$3fee4080$a401280a@phx.gbl...
    > Thanks, Ray.
    >
    > Yes, I sent it to list server and my account. The email
    > did go through my account.
    Then it's not an ASP issue, if the e-mail is being generated and sent out.
    Look at any event logs or error logs that the listserv software keeps. I
    don't believe you'll find a solution by looking at the ASP code. Maybe the
    listserv software has some anti-spam detection and thinks your messages are
    spam due to reverse DNS lookup or something. ??

    Ray at work
    >
    > The 'from' email address is the one we used to use it to
    > send eNews to list server and I also tried to use the
    > personal account who has the rights to use the list
    > server.
    >
    > Any idea?
    >

    Ray at Guest

  7. #6

    Default Re: send an email to a list server

    SSH = simple stupid hex? savvy smtp host? schwarzenegger smokes havanas?



    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:u4nQfZzlDHA.2432@TK2MSFTNGP10.phx.gbl...
    > SSH

    Aaron Bertrand - MVP Guest

  8. #7

    Default Re: send an email to a list server

    > don't believe you'll find a solution by looking at the ASP code. Maybe
    the
    > listserv software has some anti-spam detection and thinks your messages
    are
    > spam due to reverse DNS lookup or something. ??
    Or volume? Or number of BCCs? Or ... ad nauseum.

    Which is why asked, how can we be expected to debug the list server
    software... we don't even know what it is, never mind how it's been
    configured.

    A


    Aaron Bertrand - MVP Guest

  9. #8

    Default Re: send an email to a list server

    The Schwarznegger one. [:

    Ray at work

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:uBPLDhzlDHA.976@tk2msftngp13.phx.gbl...
    > SSH = simple stupid hex? savvy smtp host? schwarzenegger smokes havanas?
    >
    >
    >
    > "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    > news:u4nQfZzlDHA.2432@TK2MSFTNGP10.phx.gbl...
    > > SSH
    >
    >

    Ray at Guest

  10. #9

    Default Re: send an email to a list server

    Yes, It's not an ASP issue. But I don't know where I can
    have some help on this.

    Thanks so much!
    >-----Original Message-----
    >
    >"Jane" <anonymous@discussions.microsoft.com> wrote in
    message
    >news:019f01c39737$3fee4080$a401280a@phx.gbl...
    >> Thanks, Ray.
    >>
    >> Yes, I sent it to list server and my account. The email
    >> did go through my account.
    >
    >Then it's not an ASP issue, if the e-mail is being
    generated and sent out.
    >Look at any event logs or error logs that the listserv
    software keeps. I
    >don't believe you'll find a solution by looking at the
    ASP code. Maybe the
    >listserv software has some anti-spam detection and thinks
    your messages are
    >spam due to reverse DNS lookup or something. ??
    >
    >Ray at work
    >
    >>
    >> The 'from' email address is the one we used to use it to
    >> send eNews to list server and I also tried to use the
    >> personal account who has the rights to use the list
    >> server.
    >>
    >> Any idea?
    >>
    >
    >
    >.
    >
    Jane Guest

  11. #10

    Default Re: send an email to a list server

    "Jane" <anonymous@discussions.microsoft.com> wrote in message
    news:01c601c3973a$b3b33770$a401280a@phx.gbl...
    > Yes, It's not an ASP issue. But I don't know where I can
    > have some help on this.
    How about product support from wherever you got the listserver from?

    --
    Tom Kaminski IIS MVP
    [url]http://www.iistoolshed.com/[/url] - tools, scripts, and utilities for running IIS
    [url]http://mvp.support.microsoft.com/[/url]
    [url]http://www.microsoft.com/windowsserver2003/community/centers/iis/[/url]



    Tom Kaminski [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139