cancel
Showing results for 
Search instead for 
Did you mean: 

Can you customize Email Body

Former Member
0 Kudos

Hi Expert

According to the MobiOS development PDF, there is reference to customizing the email body that get sent from the MobI App using the setting Mobilefeature.recommend.mail.body.defaultAs state in the document,

Mobilefeature.recommend.mail.body.default   The value specified for this feature determines the default Body of the email draft generated by the application on tapping the Recommend This Application setting.

Note You can supply HTML formatted text for the mail body.

However there is no detail and reference on it anywhere on using it.

It would be a great feature to have and use if we can customize the body on what message get sent to the user instead of just the link back to MobI.  For example, I just want to the the iOS link and suppress the Andriod link.

Any help appreciated.

Thanks

rs

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello rs,

1) Open the DefaultSettings.plist file from the following location in your Xcode project bundle : Xcode--> Resources --> Bundles.

2) Navigate to the customizations section of the file and modify the value of the required feature

.

3) Save your changes, run the project, and validate your changes in the simulator.

Does this not help? It is also mentioned in the Development Guide?

Let me know if you are asking about an implementation example for the same.

Regards

Vikas

Former Member
0 Kudos

Hi Vikas,

We know where Mobilefeature.recommend.mail.body.default setting is.  We just don't know what value to put in there. There is no documentation anywhere regarding to that value.  All it said was put in some html code.

Thanks

rs