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
SteveSFDevSteveSFDev 

Sending Emails in Salesforce

Is it possible to send emails Salesforce by envoking through API code
NasipuriNasipuri
Hi,
 
using APEX web services you can send an email.
You have to use the "sendEmail" API call.
 
for detail visit the below link for the API guide
 
Thanks and Regards,
Dinesh Nasipuri
Rasmus MenckeRasmus Mencke
Here is also an example from the ADN wiki on how to send emails from Eclipse:

Link: http://wiki.apexdevnet.com/index.php/Send_Emails_Via_Eclipse_Send_Email_Example_9.0




Message Edited by Rasmus Mencke on 01-10-2008 02:01 PM