HI to All,
I need to add output query into an email auto reporting body. Fut the sql script formatting output is misaligned.
on considering the below-set formatting:
set pages 5000
set feed off
spool on
set colsep "|"
set lines 256
set trimout on
set trimspool on
set feedback off;
set lines 256
COLUMN SET_NAME FORMAT A40
via sqlDeveloper runScript command I get the below output: (in the below output SE, REPORT_TIME columns was removed but the misalignment persist.)

but into email body report I get the below output:

Could you suggest a smart way for make compatible the Standard Oracle sql script output format with Microsoft Outlook body email format? ( on focus with MO 2016 version)
I'm available for dubs or questions,
thanks a lot,