{ echo some text; echo; tail -n1 /var/log/apache2/error.log; } >> /path/to/file
All the standard output from all the commands between the braces will be redirected.
echo -e "From: me\n\n$(tail -n1 /var/log/apache2/error.log)" >> file