Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 665 Bytes

bitburner.ns.relaysmtp.md

File metadata and controls

37 lines (21 loc) · 665 Bytes

Home > bitburner > NS > relaysmtp

NS.relaysmtp() method

Runs relaySMTP.exe on a server.

Signature:

relaysmtp(host: string): void;

Parameters

Parameter Type Description
host string Hostname of the target server.

Returns:

void

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");