[Plugin] Send a Mail (Using Mandrill) [DEPRECATED]

0 favourites
From the Asset Store
With this template you will learn how to use the GooglePlay Games native plugin
  • TheRealDannyyy

    Ooh Thank you !

    Look better in the editor ;D

    Thank you very much, I will add it in the next version I post ^^

    For the plugin, I have to say that I have no time to developp but relly need to rewrite it

    I really like to developp but I can't ^^

    (I'm in holidays and I think I will have much time now )

  • Ok, looking forward to it!

    Here are some more changes you could make.

    I think you should name it just "Mandrill" and change the following code in edittime.js:

    "name":			 "Mandrill Services",			
    "id":	         "mandrill",				
    "version":	 	"1.5",					
    "description":	"Send E-Mails and access other features powered by Mandrill on a variety of platforms.",
    "author":		  "Armaldio",
    "help url":		"https://www.scirra.com/tutorials/1052/send-an-e-mail-using-construct-and-mandrill-plugin",
    "category":		"Web",[/code:1t7hp6go]
    
    p.s. Short icon update, please use this version!
  • First of all, thank you again

    I update the Icon

    I really appreciate you enthusiasm ^^

    You are right, your suggestion is good, but what about the (little) function (I guess ^^) to allow user to open dialer or sms app ?

  • First of all, thank you again

    I update the Icon

    I really appreciate you enthusiasm ^^

    You are right, your suggestion is good, but what about the (little) function (I guess ^^) to allow user to open dialer or sms app ?

    Oh you mean you made that functions without any Mandrill Services?

    You can mention them on the main plugin page as special, additional features.

    "description":   "Send E-Mails powered by Mandrill and access additional features on a variety of platforms.",[/code:1h06s7y3]
  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • It works on browser and HTML 5 export.

    But doesn't work on Cocoonjs and Ejecta export!

  • Ok, thank you for you feedback

    Sorry for you :/

    II will see what i can do for you, perhaps the next version will correct that because I rewrite the plugin.

  • Hi armaldio.

    Can u make this work on cocoonjs?

    I tried but get an error.

    javascript exception ( tag: 'requestanimationframe') ReferenceError: $ is not defined

    at acts.sendmymail (c2runtime.js:25786:9

    at action.run_object (c2runtime.js 14680:10)

    at event block.run_actions_andsubevents (c2runtime.js 14159:38)

    etc etc

    Kind regards.

    Savvy001

  • Not on my phone but I will check that early 😊

  • For all the people who had problems, I updated the plugin, try this version please.

  • Still a not working in Cocoonjs.

    But for me not a problem, switched to browser version of my app and there all works perfect!

    Thank u very much!

  • Just try without minifiying

  • This plugin is amazing! First, I want to thank you for creating it!

    What might be the email content format in order to display all the sprite names located at that moment on a layout? Plus a few lines of information that the user should enter in a text box? I need this very much, and if you can help me out, please.

  • armaldio

    Just change

    new mandrill.Mandrill[/code:1iahz74h]
    to
    [code:1iahz74h]new window["mandrill"]["Mandrill"][/code:1iahz74h]
    
    or
    [code:1iahz74h]m.messages.send[/code:1iahz74h]
    to
    [code:1iahz74h]m["messages"]["send"][/code:1iahz74h]
    
    and so on...
    
    to keep the property name after minify.
  • Many thanks rexrainbow

    I search long time how to get no errors after minifying and you give me the solution !

    Thank you again

  • WOOW armaldio how i should configure events to send sms?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)