Skip to main content
Nintex Community Menu Bar
Solved

comma or semicolon to separate email address???

  • May 24, 2017
  • 2 replies
  • 82 views

Forum|alt.badge.img+6

Team,

 

I have a form that uses the Send Email action. On the TO field, there is an Environmental field. This field has configured two email:example1@example com;example2@example com

 

This was working until tomorrow when the error message: "An invalid character was found in the mail header ";"". So I changed the semicolon ";" with "," and it worked.

 

Now I have some doubts:

 

- Which is the correct way to separate multiple email accounts (";" or ",")?

- Was this a K2 bug?

 

Thanks in advance,

 

Will.

 

Best answer by LDWill

We've just found that:

 

- sending emails using form actions will only work if we separate address with comma ","

- sending emails from workflow event only work if address is separated by semicolon ";"

 

 Fix: Homework for K2 team

 

Workaround: I am using a replace expression.

2 replies

Forum|alt.badge.img+6
  • Novice
  • May 24, 2017

K2 suppport ; seprate email only . you can check it out.


Forum|alt.badge.img+6
  • Author
  • Answer
  • May 24, 2017

We've just found that:

 

- sending emails using form actions will only work if we separate address with comma ","

- sending emails from workflow event only work if address is separated by semicolon ";"

 

 Fix: Homework for K2 team

 

Workaround: I am using a replace expression.