
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@pingleware/bestbooks-mailer
Advanced tools
The mailer component for BestBooks Accounting Application Framework
This component provides the mailer functionality for sending and receiving email from within the BestBooks Accounting Application Framework.
BestBooks Mailer has a builtin SMTP Server. When sending mail from BestBooks Mailer, the email will be placed end the recipient's spam folder unless you have properly configured your DNS settings. Please contact https://pingleware.support for assistance with configuring DNS for BestBooks Mailer to properly deliver mail to the inbox and not the spam folder.
To start the SMTP server, invoke the start_smtp_server function specifying the hostname and port as the parameters.
The SNYK package monitor is reporting serious vulnerabilities with these packages, internal implementation of these module necessary functionality is required. The mocha sendmail.test.js, produces a passing, not functioning result,
send email
domain.com
{ port: 25, host: '192.168.1.10' }
âś” 1. sending email
transporter sendMail [654]
{
from: 'sender@domain.com',
to: 'receiver@domain.com',
subject: 'New Estimate',
text: 'The following estimate has been created',
html: '<b>The following estimate has been created</b>',
headers: {
'Sent-By': 'BestBooks Mailer (https://www.npmjs.com/package/@pingleware/bestbooks-mailer)'
}
}
[ '100', null, { message: 'Mail sent successfully' } ]
[
'<b>The following estimate has been created</b>',
'IjxiPlRoZSBmb2xsb3dpbmcgZXN0aW1hdGUgaGFzIGJlZW4gY3JlYXRlZDwvYj4i'
]
{
line: 115,
status: 'success',
location: 'sent',
subject: 'New Estimate',
domain: 'domain.com',
date: '2024-05-16T14:09:00.810Z',
info: { message: 'Mail sent successfully' },
content: 'IjxiPlRoZSBmb2xsb3dpbmcgZXN0aW1hdGUgaGFzIGJlZW4gY3JlYXRlZDwvYj4i',
envelope: 'eyJtZXNzYWdlIjoiTWFpbCBzZW50IHN1Y2Nlc3NmdWxseSJ9'
}
{
status: 'success',
location: 'sent',
subject: 'New Estimate',
domain: 'domain.com',
date: '2024-05-16T14:09:00.811Z',
info: {
accepted: [ 'receiver@domain.com' ],
rejected: [],
ehlo: [ 'PIPELINING', 'SIZE 1', '8BITMIME', 'OK' ],
envelopeTime: 197,
messageTime: 517,
messageSize: 727,
response: '250 ok dirdel',
envelope: { from: 'sender@domain.com', to: [Array] },
messageId: '<5k4ru1zgv-1715868540811@domain.com>'
},
content: 'IjxiPlRoZSBmb2xsb3dpbmcgZXN0aW1hdGUgaGFzIGJlZW4gY3JlYXRlZDwvYj4i',
envelope: 'eyJtZXNzYWdlIjoiTWFpbCBzZW50IHN1Y2Nlc3NmdWxseSJ9'
}
INSERT INTO messages (location, sender, recipient, date, subject, content, envelope) VALUES ('sent', 'sender@doman.com', 'receiver@domain.com', '2024-05-16T14:09:00.811Z', 'New Estimate', '<b>The following estimate has been created</b>','eyJtZXNzYWdlIjoiTWFpbCBzZW50IHN1Y2Nlc3NmdWxseSJ9')
âś” 2. save email results to database
{
port: 587,
tmp: '~/.bestbooks/mailbox',
smtpOptions: { banner: 'domain.com' }
}
âś” 3. start smtp server
3 passing (6ms)
34
next to complete the implementation of each...
FAQs
The mailer component for BestBooks Accounting Application Framework
We found that @pingleware/bestbooks-mailer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.