Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 10    Views: 83

Ed Goodall
Fusion Technology
Profile
Posts: 422
Reg: Oct 01, 2011
Wiltshire, UK
12,320
02/21/14 09:35 AM (10 years ago)

Email Image (V3 Apps)

Hi I am using the Email Image plugin on my v3 app, but cannot find where to fill the email and subject? Am I just being dumb? Thanks Ed
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
02/21/14 10:04 AM (10 years ago)
Not you ;) Currently there is an issue with the plugin and the Control Panel for BTv3 (BT Hosted) However you can enter your values directly in the JSON portion like below: "emailToAddress": "enter the email address here", "emailSubject": "enter the subject here" } Notes: 1) The last line of the JSON entries should not have a "," at the end of the line. 2) Remember if you hit save for any other values in the Control Panel for that screen, these lines you hand enter will be removed- so have them ready to paste back in.
 
Ed Goodall
Fusion Technology
Profile
Posts: 422
Reg: Oct 01, 2011
Wiltshire, UK
12,320
like
02/21/14 10:16 AM (10 years ago)
Thanks! I'll give it a go! Really grateful for the quick response!
 
Ed Goodall
Fusion Technology
Profile
Posts: 422
Reg: Oct 01, 2011
Wiltshire, UK
12,320
like
02/21/14 10:19 AM (10 years ago)
{ "itemId": "422E7291BC895D8690B0125", "itemType": "Email_image", "itemNickname": "Death Reporting" }{ "emailToAddress": "[email protected]", "emailSubject": "APP report" } I can't save this, but I can't save this either... { "itemId": "422E7291BC895D8690B0125", "itemType": "Email_image", "itemNickname": "Death Reporting" "emailToAddress": "[email protected]", "emailSubject": "APP report" } Is this wrong?
 
bfoutty
Code is Art
Profile
Posts: 185
Reg: Jun 12, 2011
Youngstown, OH
12,650
like
02/21/14 10:56 AM (10 years ago)
Yes need to add some commas. Should be this: { "itemId": "422E7291BC895D8690B0125", "itemType": "Email_image", "itemNickname": "Death Reporting", "emailToAddress": "[email protected]", "emailSubject": "APP report", } Notice the commas after "Death Reporting" and "App report" for json all lines must end with a comma
 
GoNorthWest
buzztouch Evangelist
Profile
Posts: 8197
Reg: Jun 24, 2011
Oro Valley, AZ
1,000,000
like
02/21/14 11:04 AM (10 years ago)
Thanks, guys, for answering this! Mark
 
NCbuzz
Code is Art
Profile
Posts: 575
Reg: Sep 11, 2013
Lillington, NC
11,100
like
02/21/14 11:29 AM (10 years ago)
bfoutty had it almost correct... When entering in the Conrol Panel, the last line prior to closing with } should NOT have a comma at the end. For example: "emailSubject": "APP report" } ============== What error do you get with what you listed above: { "itemId": "422E7291BC895D8690B0125", "itemType": "Email_image", "itemNickname": "Death Reporting" "emailToAddress": "[email protected]", "emailSubject": "APP report" }
 
Ed Goodall
Fusion Technology
Profile
Posts: 422
Reg: Oct 01, 2011
Wiltshire, UK
12,320
like
02/21/14 12:30 PM (10 years ago)
Managed to figure that one out! Thanks to everyone for all their help
 
MadRod
Aspiring developer
Profile
Posts: 1853
Reg: Apr 12, 2012
Lisbon
27,930
like
03/25/14 07:50 AM (10 years ago)
Hi Ed, can you show the config file? I'm trying the same, but for some reasons it does not seem to be working. Thanks
 
MadRod
Aspiring developer
Profile
Posts: 1853
Reg: Apr 12, 2012
Lisbon
27,930
like
03/26/14 05:24 AM (10 years ago)
Got it working. Thanks.
 
Ed Goodall
Fusion Technology
Profile
Posts: 422
Reg: Oct 01, 2011
Wiltshire, UK
12,320
like
03/26/14 01:23 PM (10 years ago)
Hi I'm so sorry, haven't been checking emails the past few days. I wish I could have helped! Just send me a message or the developer a message for help - I'm always happy to help out. Thanks Ed
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.