Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

node mailer office 365

{ 
    host: 'smtp.office365.com',
    port: '587',
    auth: { user: 'xxxx', pass: 'xxxx' },
    secureConnection: false,
    tls: { ciphers: 'SSLv3' }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #node #mailer #office
ADD COMMENT
Topic
Name
3+8 =