How do I change the from Email address in ALM/QC
Question ID: 105204
3
0

I am trying to figure out how to change the from email address when ALM/QC sends Emails. How do I do this?

Marked as spam
Posted by (Questions: 22, Answers: 1)
Asked on January 14, 2014 2:58 pm
131 views
Answers (1)
2
Private answer

Hello Wormy,

There are two places that will need to be changed.

**Change From email address on existing Projects.**
To do this please use the following SQL Query to add the from Email. Replace the second value with the value you would like the from email to be presented as.
INSERT INTO DATACONST(DC_CONST_NAME, DC_VALUE) VALUES ('FROM_EMAIL_ADDRESS','XXXX@abc.com')

**Change From Email Address for SA Emails**
Add this site Configuration Parameter ''FROM_EMAIL_ADDRESS'' with a value of ''Your@email.com'' (Replace value with the email you wish to use. This should change the address within SA emails

Marked as spam
Posted by (Questions: 1, Answers: 69)
Answered on January 14, 2014 3:05 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top