sketchucation logo sketchucation
    • Login
    🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

    Send mail from Sketchup

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 3 Posters 606 Views 3 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dacastror
      last edited by

      Hello everyone

      In time being I am doing some processing in batch in SU, what I want to know is if you can send an email from SU when the process is complete, you can do this? Thanks in advance for your comments

      1 Reply Last reply Reply Quote 0
      • S Offline
        slbaumgartner
        last edited by

        See, for example,

        ERROR: The request could not be satisfied

        favicon

        (www.tutorialspoint.com)

        1 Reply Last reply Reply Quote 0
        • Dan RathbunD Offline
          Dan Rathbun
          last edited by

          And to have an email form filled out, but not automatically sent:

          
          UI;;WebDialog;;new(
            "Email...",true,nil,200,100,300,200,false
          ).instance_eval {
          
            email = "mailto;//someone@example.com"<<
            "?subject=This%20is%20the%20subject"<<
            "&cc=someone_else@example.com"<<
            "&body=This%20is%20the%20body"
          
            set_html(
              "<!DOCTYPE html>\n<html>\n  <head>\n  </head>\n"<<
              "  <body>\n    <br/>"<<
              "    <a id='elink' href='#{email}'>Firing an email!</a>\n"<<
              "  </body>\n"<<
              "</html>"
            )
          
            show() {
              execute_script("elink.click();")
            }
          
          }
          
          

          Link Preview Image
          mailto - Wikipedia

          favicon

          (en.wikipedia.org)

          But there must be a registered email client for the system.

          Ie, it does not work on my machine because I use browser based gmail, and never registered any email client application on this machine. (So for me two error messages popup stating there is no registered email client.)

          I'm not here much anymore.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement