• Svyatoslav
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi,

I would like to retrieve a list of our email templates and the html and text version of the template. Is there something similar like the url to retrieve all reports http://www.salesforce.com/servlet/servlet.ReportList ?

Is there a better solution than to extract the templates from the html pages?

Hope some one has some experience on this and is kind enough to help me.

Thanks in advance.
Hi,

I would like to retrieve a list of our email templates and the html and text version of the template. Is there something similar like the url to retrieve all reports http://www.salesforce.com/servlet/servlet.ReportList ?

Is there a better solution than to extract the templates from the html pages?

Hope some one has some experience on this and is kind enough to help me.

Thanks in advance.
I´m using os x 10.4 and mamp (www.mamp.info) server that includes

  • Apache Version: 2.0.55
  • MySQL Version: 5.0.19
  • PHP Version: 4.4.2 & 5.1.2
  • eAccelerator: 0.9.5 beta
  • Zend Optimizer: 2.6.0
  • phpMyAdmin 2.7.0-pl2
  • SQLite Version: 2.8.16
  • SQLiteManager Version: 1.1.3
  • Freetype Version: 2.1.9
  • t1lib Version: 5.1.0
  • curl Version: 7.14.0
  • jpeg Version: 6b
  • libpng Version: 1.2.5
  • gd Version: 2.0.28
but even when mamp people says that the apache is configured with the openssl library the helloWorld.php trhows this exption:

SSL support is not available in this build

mamp people says to enable openssl i should create a certificate but I´m not sure if it is the real reason for this error or how to create it.

curl, sockets and soap are also enabled in php

any ideas ?