# Sending Mail Options

**URL:** https://www.finalbuilder.com/forums/t/sending-mail-options/2034
**Category:** Discussion
**Created:** [October 4, 2012, 12:40pm UTC](https://www.finalbuilder.com/forums/t/sending-mail-options/2034 "2012-10-04T12:40:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![naveenreddy](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/n/ea5d25/32.png) [@naveenreddy](https://www.finalbuilder.com/forums/u/naveenreddy)
#### Post date: [October 4, 2012, 12:40pm UTC](https://www.finalbuilder.com/forums/t/sending-mail-options/2034/1 "2012-10-04T12:40:53Z")

</div>

Hi All,

I have assigned a task . The objective of task&nbsp; is to send an email to an &nbsp;individual person &nbsp;when a build fails based on UserID of the

person who is responsible for build failure. I am not sure how to get email ID using UserId from TFS History.&nbsp; We will get the UseriD's from TFS History.&nbsp; Please tell me how to get email Id based on the UserId in FinalBuilder 7.&nbsp; Appreciate your help!!!

I have another option there is a&nbsp; aspx page where we get the Email Id by giving UserID as input.&nbsp; Can we go forward using this option in final builder&nbsp;&nbsp; is there any way we can convert UserId to EmailId in Xml or any other format?

Please&nbsp; help me on this.

&nbsp;

---

<div class="post-metadata">

### Author: ![Vincent](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/vincent/32/938_2.png) [@Vincent](https://www.finalbuilder.com/forums/u/Vincent)
#### Post date: [November 3, 2012, 1:42am UTC](https://www.finalbuilder.com/forums/t/sending-mail-options/2034/2 "2012-11-03T01:42:51Z")

</div>

Hi   
  
 FinalBuilder has no way to know the email address of a version control user. You could use an ini file with the user/email mappings and look up the email address based on this.   
  
 A better option would be to take a look at Continua CI (currently in beta), as it has the ability to configure version control to continua CI user mappings and then send emails accordingly.

---

<div class="post-metadata">

### Author: ![deleted\_user](https://www.finalbuilder.com/forums/user_avatar/www.finalbuilder.com/deleted_user/32/937_2.png) [@deleted\_user](https://www.finalbuilder.com/forums/u/deleted_user)
#### Post date: [November 6, 2012, 10:25am UTC](https://www.finalbuilder.com/forums/t/sending-mail-options/2034/3 "2012-11-06T10:25:20Z")

</div>

1. create a .txt file, add email ID’s.   
 2. Add “Send Email” action in final builder.   
 3. Here, edit the “Send Email” properties, where you can call .txt path.   
  
 This will send mail.   
  
 If you want to create a job were you wanted to know which guy is resposible for failure. I guess you gotta create table based on indivual task your team works on.   
  
 o/p:   
 %Error%   
XYZ Log   
  
  
 Such that one can click on hyperlink and figure out whats wrong.   
  
 Hope this helps.
