function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
unikevinunikevin 

send an email with attachment using AJAX toolkits

hello ,

Is there any way to send an email and attachments in AJAX toolkits? The attachments may be a local file or an attachment stored in SFDC. I find the attachment is available in general API but the ajax toolkits doesn't support the attachment yet.What can I do?

Thanks & Regards,

Kevin
Greg HGreg H
I participated in a discussion about this a while back.  Here's a link to that discussion http://community.salesforce.com/sforce/board/message?board.id=ajax_toolkit&message.id=5187 - maybe it will help?
-greg
hemantgarghemantgarg

is it possible to send file attachments using AJAX API ? can you please post the sample code for this.