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
I have require the mailer just once.
Created two json with configuration to each email to send.
I sent one just after the other, like this:
m.send( json1 );
m.send( json2 );
the problem: emails arrive with the same subject.
Is needed to do two requeires?
The text was updated successfully, but these errors were encountered:
I have require the mailer just once.
Created two json with configuration to each email to send.
I sent one just after the other, like this:
m.send( json1 );
m.send( json2 );
the problem: emails arrive with the same subject.
Is needed to do two requeires?
The text was updated successfully, but these errors were encountered: