EMAIL


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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'
==================================================


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]