Emailsend (Slash Command): Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>SekoiaBot
(Auto-created from text in List of Slash Commands)
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Slash Command ==
==Slash command==
{{SlashCommandArticle|command=emailsend|options=characters subject body|note=Send in-game email message}}
{{SlashCommandArticle|command=emailsend|options=name subject message|note=Send in-game email message.}}
 
* ''name'' = either a character name or [[Global Chat Handle|global name]] of a player (no spaces allowed)
* ''subject'' = the subject of the email
* ''message'' = the message you'd like to say
 
'''NOTE:''' The email slash commands do not like spaces in either character or global names. Using a name with spaces in it can potentially cause the email system to lock up for the character that sent the email, or otherwise cause trouble for an extended period of time. It's a bug.
 
* Long '''subjects''' with spaces need to be enclosed by double quotes ("Long Subject").
* The '''message''', oddly, is not required to be enclosed by double quotes.
 
 
'''TIPS:'''
* The [[The Players' Guide to the Cities/User Interface/Email Window|email window]] in game does accept long names with spaces, and is in general more reliable and easier to use for the average player.
* Be careful using<code>{{slashcommand|Window_show|compose}}</code> to send emails. After doing some vigorous testing on the command, I ended up blocking my ability to send global emails on that character. I suspect it was because I sent too many emails too quickly. 
 
 
==Examples==
/emailsend SuperBob "Incarnate Impending!" I'm almost there, buddy! One more incarnate power to go!
&nbsp;
/emailsend @WildChicken "Freakin' BAF" "I've done BAF 10 times now and not one very rare incarnate salvage has dropped. :("
 
==Also==
* {{slashcommand|emailsend}}
* {{slashcommand|emailsendattachment}}
* {{slashcommand|mailview}}
* {{slashcommand|window_show|email}}
* {{slashcommand|window_show|compose}}
* [[Mail System|Mail System]]
 
 
{{Navbox Communication}}

Latest revision as of 07:16, 24 July 2023

Slash command

/emailsend name subject message

Send in-game email message.

  • name = either a character name or global name of a player (no spaces allowed)
  • subject = the subject of the email
  • message = the message you'd like to say

NOTE: The email slash commands do not like spaces in either character or global names. Using a name with spaces in it can potentially cause the email system to lock up for the character that sent the email, or otherwise cause trouble for an extended period of time. It's a bug.

  • Long subjects with spaces need to be enclosed by double quotes ("Long Subject").
  • The message, oddly, is not required to be enclosed by double quotes.


TIPS:

  • The email window in game does accept long names with spaces, and is in general more reliable and easier to use for the average player.
  • Be careful using/Window_show compose to send emails. After doing some vigorous testing on the command, I ended up blocking my ability to send global emails on that character. I suspect it was because I sent too many emails too quickly.


Examples

/emailsend SuperBob "Incarnate Impending!" I'm almost there, buddy! One more incarnate power to go!
 
/emailsend @WildChicken "Freakin' BAF" "I've done BAF 10 times now and not one very rare incarnate salvage has dropped. :("

Also