Given a list of integers, write a function to return the sum of all even numbers in the list.
[1, 2, 3, 4, 5, 6]
12
Bot