Enclosed file with revMail?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Enclosed file with revMail?
Is there a way to enclose a file with the email created by the revMail command? Or is there any other way to send an email with an attached file? Thanks.
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Try Sarah Reichelt's SMTP library - you can find it along with other Revolution stuff at: http://www.troz.net/Rev/libraries.php
Hope this helped,
Jan Schenkel.
Hope this helped,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com
I replied to your "Feature Request" on this. You need to encode the attachments using base64 and actually put that text resulting from the encoding into the email itself. Attachments are not sent as separate files in emails, they're all in one file, the email itself. Which can be done in Rev already. Check the docs for base64encode and base64decode.