Sending emails through GS-applikation?

DraxlDraxl Member Posts: 0
edited January 2012 in Working with GS (Mac)
Hi,

is there a way to send an email directly through an GS-application?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    You can use a mailto: link but you need pro and it will still open the Mail App. No way to fully email from inside a GS app.
  • DougHibDougHib Member, PRO Posts: 1

    Is there a way when the Mail app spawns, can you insert suggested message body text or is this a hyperlink action?

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    It's a function of the link you create, see here:

    https://yoast.com/guide-mailto-links/

  • WbokoWboko Tennessee, USAMember, PRO Posts: 621

    Yoast.com is a great site!

    Thank you @jamie_c‌ for sharing!!!

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    I've attached a sample file that builds a custom email from a table if you want to check it out:

  • ookami007ookami007 Member Posts: 581

    Technically... you could create a link that links to a webpage that actually sends the email... without ever touching a client.

    But, you would need your own (or a public) web server that ran php/aspx/etc and then you'd link to it like:

    http://www.myserver.com/sendmail.php?from=fromemail@email.com&to=toemail@email.com&subject=mysubject&body=my big fat email body

    Within the php code, you could grab the variables from the url and send the mail using the servers mail service.

    Pretty simple actually.

  • newbie001newbie001 Member Posts: 8

    @ookami007 ..I believe this is a pretty old post but I have a quick question for you: if using own web server can we skip the step where the inbuilt mail app opens. Hence, sending the email in one click only.

Sign In or Register to comment.