Is it correct that sendMail is blocking ? Or do I do something wrong ?

I am using the code from the sendMail example and basically call it once a HTTP request comes in but this gets blocked by the mail sending and times out I think ( at least CoreFiberTask spits an Access Vio ).

And if I wrap the code in a runTask(..) call all works out fine..