CMS MADE SIMPLE FORGE

CMSMailer

 

[#2854] Input of more than 1 email addresses in an email field fails to send email

avatar
Created By: Simon (simonschaufi)
Date Submitted: Fri Jan 09 18:16:41 -0500 2009

Assigned To: Robert Campbell (calguy1000)
Version: None
CMSMS Version: None
Severity: Major
Resolution: None
State: Open
Summary:
Input of more than 1 email addresses in an email field fails to send email
Detailed Description:
i found out that if you enter more then one email address for example in the
comments module or the uploads module, it fails to send an email. dont know if
this is a CMSMailer bug or a module bug of all others modules.

i enter email addresses like this:

em@il1.com, em@il2.com


History

Comments
avatar
Date: 2009-01-09 18:34
Posted By: Robert Campbell (calguy1000)

quite simple..... if it asks for a single email ADDRESS, and doesn't work with
multiple comma delimited addresses, it's not a bug.

this one is invalid.
      
avatar
Date: 2009-01-09 19:34
Posted By: Simon (simonschaufi)

ok but what shall i do if i want to notify more than one user like in the themes
page where more than 1 people can get a notification?

usually you can send an email like this in the header:

TO: em@il1.com, em@il2.com

and it works.