Files
bitburner-src/markdown/bitburner.ns.relaysmtp.md
T

40 lines
746 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [relaysmtp](./bitburner.ns.relaysmtp.md)
## NS.relaysmtp() method
Runs relaySMTP.exe on a server.
**Signature:**
```typescript
relaysmtp(host: string): boolean;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| host | string | Hostname/IP 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
```js
ns.relaysmtp("foodnstuff");
```