Skip to content

Instantly share code, notes, and snippets.

@xenophy
Created May 3, 2012 21:29
Show Gist options
  • Save xenophy/2589667 to your computer and use it in GitHub Desktop.
Save xenophy/2589667 to your computer and use it in GitHub Desktop.
Sen Mail Sample Code for Ext Server
this.mail({
from: 'Ext Server <[email protected]>',
to: '"Kazuhiro Kotsutsumi" <[email protected]>',
subject: '日本語のタイトル',
text: '日本語のメール本文'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment