Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Emailing to multiple people
Message
From
11/11/2022 20:02:22
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01685304
Message ID:
01685306
Views:
35
>Hi,
>
>In my ASP.NET application, I set up to email to a string containing 3-4 email addresses. Example of the email-to string:
>"name1@company.com; name2@company.com, name3@company.com"
>
>But only the last name (e.g. name3@company.com) receives the email.
>
>Why, do you think, this happens?

1. You have a comma instead of a semicolon in your string, as a separator
2. Your e-mailing routine does not accept multiple addresses in the To: field
3. Spam filters blocking your mail sent to the first 2 addresses
4. Mail to first 2 addresses going to junk mail folders
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform