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
Brijesh_85Brijesh_85 

Use Of OrgWideEmailAddress

Hi All,

 

I explored various docs and came to know that Force.com has introduced one more facility to add

'From Address' to send Email ,Using setOrgWideEmailAddressId(ID) method of SingleEmailMessage Object.

 

But I Could not found any code how to use it. I am trying to set the OrgWideEmailAddressId  by fetching the ID from OrgWideEmailAddress Sobject Using SOQL.But It gives me  'Sobject OrgWideEmailAddress is Not Supported' Error.

 

When I am trying to run the same SOQL query on SystemLog it gives me the result.

 

I also read that we need to do some setting to use the OrgWideEmailAddress facility.

 

Please tell me with code and settings. How to enable the OrgWideEmailAddress Facility and also how to use it in Apex code.

 

Thanks in Advance,

Brijesh Thakur

 

 

micwamicwa

This is a new feature for the summer 09 release. If your sandbox hasn't been updated to that release this function is not yet supported.

 

For more information:

http://www.salesforce.com/us/developer/docs/apexcode/index.htm

search: "Outbound Email"

Brijesh_85Brijesh_85

Thanks Micwa ,

 

So How to update the sandbox.

 

One more dump question :- How to use Online Help. what it is exactly ?

 

 

Regards,

Brijesh Thakur

DrawloopSupportDrawloopSupport

micwa,

 

What specific profile permission is necessary to query the OrgWideEmailAddress table in SOQL? 

 

Thanks.