Skip to content

Commit bbf2214

Browse files
committed
feat: Removed the subject property from emailParams. The subject should now be passed directly in the props when calling the NFe_EnviaEmail method.
1 parent dd55127 commit bbf2214

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ await nfeWizard.NFE_LoadEnvironment({
6666
emailParams: {
6767
from: '"Seu Nome" <seu-email@example.com>',
6868
to: 'destinatario@example.com',
69-
subject: 'Assunto do E-mail',
7069
}
7170
},
7271
lib: {

docs/nfeInicializarAmbiente.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ await nfeWizard.NFE_LoadEnvironment({
4848
emailParams: {
4949
from: '"Seu Nome" <seu-email@example.com>',
5050
to: 'destinatario@example.com',
51-
subject: 'Assunto do E-mail',
5251
}
5352
},
5453
lib: {

0 commit comments

Comments
 (0)