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

38 lines
665 B
Markdown
Raw Normal View History

<!-- 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): 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.
2023-04-28 20:19:30 +02:00
## Example
2023-04-28 20:19:30 +02:00
```js
ns.relaysmtp("foodnstuff");
```