bitburner-src/doc/source/netscript/basicfunctions/relaysmtp.rst

18 lines
374 B
ReStructuredText
Raw Normal View History

relaysmtp() Netscript Function
==============================
2021-03-12 08:51:56 +01:00
.. js:function:: relaysmtp(hostname)
:RAM cost: 0.05 GB
2021-03-12 08:51:56 +01:00
:param string hostname: Hostname of the target server.
2021-03-12 08:51:56 +01:00
Runs the relaySMTP.exe program on the target server. relaySMTP.exe must
exist on your home computer.
Example:
.. code-block:: javascript
relaysmtp("foodnstuff");