Let's define $f(x)$, for all $x>0$ by :
$$f(x)=e^{x^2/2}\int_x^{+\infty}e^{-t^2/2}dt$$
I would like to prove that $f$ is log-convex, which is equivalent to the following condition :
$$\forall x>0,f''(x)f(x)-f'(x)^2\ge0\tag{$\star$}$$
Simple calculations lead to :
$f'(x)=xf(x)-1$
$f''(x)=(x^2+1)f(x)-x$
$f''(x)f(x)-f'(x)^2=f(x)^2+xf(x)-1$
Hence, in order to prove $(\star)$, it is sufficient to prove that :
$$\forall x>0,f(x)\ge\frac12\left(\sqrt{x^2+4}-x\right)$$
and I didn't find any way to show this last inequality.
We need to prove that, for all $x> 0$, $$\mathrm{e}^{x^2/2}\int_x^{\infty}\mathrm{e}^{-t^2/2}\, \mathrm{d} t \ge \frac12\left(\sqrt{x^2+4}-x\right)$$ or $$g(x) := \int_x^{\infty}\mathrm{e}^{-t^2/2}\, \mathrm{d} t - \mathrm{e}^{-x^2/2}\cdot \frac12\left(\sqrt{x^2+4}-x\right) \ge 0.$$
We have $$g'(x) = \mathrm{e}^{-x^2/2}\left(\frac{x^3 + 3x}{2\sqrt{x^2+4}} - \frac{1 + x^2}{2}\right) < 0, \quad \forall x > 0.$$ Also, we have $\lim_{x\to \infty} g(x) = 0$. Thus, $g(x) \ge 0$ for all $x \ge 0$.
We are done.