sending email to multiple recipients

Discussion in 'ASP.NET / ASP.NET Core' started by cschneider, Feb 26, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a web application being hosted on discountasp and part of it will read a database and import all email addresses of users that subscribe to a newsletter in the below format and place it in the msg.bcc field

    [email protected];[email protected] etc.

    The problem is it is only sending to the first email address. This works on my server at the house with no problem. Is there a specific format I have to use for the BCC field is the ";" not correct for these servers. I am using the 127.0.0.1 for the smtp server.

    Thanks,

    Chris
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    it depends on which email component are you using. can you post the code?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. i tested it with other email addresses and it seems to be sending to mulitple email address, but will not send to anything with houston.rr.com as the host domain name. I wonder if the discount asp mail server is set as a spam server for houston.rr.com
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    If the email is being blocked, you should get a bounced back. Did you get anything?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. i'm using the website to send the email so I don't see a bounce back..
     
  6. Bruce

    Bruce DiscountASP.NET Staff

    even when you are using your website to send, you must specify the from address. If there's a problem w/ the delivery, it should bounce back to the from address.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page