• Login
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 15 Jun 2016, 02:54

    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 22 Jun 2016, 00:07

      See, for example,

      ERROR: The request could not be satisfied

      favicon

      (www.tutorialspoint.com)

      1 Reply Last reply Reply Quote 0
      • D Offline
        Dan Rathbun
        last edited by 22 Jun 2016, 21:46

        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
        1 / 1
        • First post
          1/3
          Last post
        Buy SketchPlus
        Buy SUbD
        Buy WrapR
        Buy eBook
        Buy Modelur
        Buy Vertex Tools
        Buy SketchCuisine
        Buy FormFonts

        Advertisement