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

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/index.md

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ await nfeWizard.NFE_LoadEnvironment({
6666
emailParams: {
6767
from: '"Seu Nome" <[email protected]>',
6868
69-
subject: 'Assunto do E-mail',
7069
}
7170
},
7271
lib: {

docs/nfeInicializarAmbiente.md

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ await nfeWizard.NFE_LoadEnvironment({
4848
emailParams: {
4949
from: '"Seu Nome" <[email protected]>',
5050
51-
subject: 'Assunto do E-mail',
5251
}
5352
},
5453
lib: {

0 commit comments

Comments
 (0)