Posted by Grant E Foraker on June 07, 2021 at 11:14:54:
Want to put blank lines between (Text =, but it all runs together.
Tried adding (CR) and (TR) and REM'ing the Auto commands.
===============================================================
OPEN (1) 'LEP'
PRINT (1) (AutoCROff)
PRINT (1) (Log='EMAILLOG','COS','ERASE')
PRINT (1) (From = 'gforaker@@pacship.com')
PRINT (1) (To = WORK$)
!!!!! PRINT (1) (BCC = 'Mariah@@ssasd.com')
PRINT (1) (Subject = 'Test email')
PRINT (1) (Text = 'The email test you requested.')
PRINT (1) (Text = '')
PRINT (1) (Text = 'T&C: www.pacship.com/documents')
PRINT (1) (Text = '')
PRINT (1) (Text = 'CoC: www.pacship.com/s/Certificate-of-Completion-Form-PSRF-018-7cye.pdf')
PRINT (1) (Text = '')
PRINT (1) (Text = 'Regards, Grant')
PRINT (1) (EmailDocument = 'testdoc.pdf')
PRINT (1) (AutoCROn)
!-------------------------------------------------------------------------------
PRINT (1) 'Start of PO'
PRINT (1) ''
PRINT (1) 'End of PO'
CLOSE (1)
PRINT @(0,7);'LEP EMAIL SENT'
==================================================
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.