Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 743 Bytes

bitburner.ns.relaysmtp.md

File metadata and controls

39 lines (22 loc) · 743 Bytes

Home > bitburner > NS > relaysmtp

NS.relaysmtp() method

Runs relaySMTP.exe on a server.

Signature:

relaysmtp(host: string): boolean;

Parameters

Parameter Type Description
host string Hostname of the target server.

Returns:

boolean

True if the player runs the program successfully, and false otherwise.

Remarks

RAM cost: 0.05 GB

Runs the relaySMTP.exe program on the target server. relaySMTP.exe must exist on your home computer.

Example

ns.relaysmtp("foodnstuff");