Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Emailing to multiple people
Message
De
11/11/2022 20:02:22
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01685304
Message ID:
01685306
Vues:
36
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform