You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,9 @@ Heya uses the following additional options to build the message itself:
251
251
|`subject`|**required**| The email's subject |
252
252
|`from`| Heya default | The sender's email address |
253
253
|`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 |
255
257
256
258
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:
0 commit comments