Skip to content

Commit c632a57

Browse files
authored
Update README.md
1 parent 97a9a9d commit c632a57

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ Heya uses the following additional options to build the message itself:
251251
| `subject` | **required** | The email's subject |
252252
| `from` | Heya default | The sender's email address |
253253
| `layout` | Heya default | The email's layout file |
254-
| `to` | See below | See below |
254+
| `to` | See below | The recipient's name & email address |
255+
| `bcc` | `nil` | BCC when sending emails |
256+
| `headers` | `{}` | Headers to include when sending emails |
255257

256258
You can change the default options using the `default` method at the top of the campaign. Heya applies default options to each step which doesn't supply its own:
257259

0 commit comments

Comments
 (0)