Force.com email service -
i have created email service in force.com.can me out of how use thta in apex classes.say,i wanna send mail when user registration successful??
many thanks, sandhya krishnan
i assume want send email directly apex code, either in trigger or page controller ... ? if so, page can started:
http://www.forcetree.com/2009/07/sending-email-from-your-apex-class.html
clearly don't want hard-code email template classes, make sure read @ least through part shows how template dynamically. should enough on way.
Comments
Post a Comment