mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
18 lines
374 B
ReStructuredText
18 lines
374 B
ReStructuredText
relaysmtp() Netscript Function
|
|
==============================
|
|
|
|
.. js:function:: relaysmtp(hostname)
|
|
|
|
:RAM cost: 0.05 GB
|
|
:param string hostname: Hostname of the target server.
|
|
|
|
|
|
Runs the relaySMTP.exe program on the target server. relaySMTP.exe must
|
|
exist on your home computer.
|
|
|
|
Example:
|
|
|
|
.. code-block:: javascript
|
|
|
|
relaysmtp("foodnstuff");
|