Set Variable [$PATH; Value: Get ( TemporaryPath ) & "yourDocumentName" & ".pdf"]
Save Records as PDF [Restore; With dialog:Off; "$PATH"; Records being browsed]
Send Mail [Send via SMTP Server; No dialog; To: $email; Subject: $subject; "$PATH"]
Use a temp path, save records as pdf, then use the temp path as the attachment.