Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created May 3, 2012 21:29
Show Gist options
  • Select an option

  • Save xenophy/2589667 to your computer and use it in GitHub Desktop.

Select an option

Save xenophy/2589667 to your computer and use it in GitHub Desktop.
Sen Mail Sample Code for Ext Server
this.mail({
from: 'Ext Server <extserver@example.com>',
to: '"Kazuhiro Kotsutsumi" <yourname@example.com>',
subject: '日本語のタイトル',
text: '日本語のメール本文'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment