Nodemailer: "๋ณธ๋ฌธ"์˜ ์ค„ ๋ฐ”๊ฟˆ ๋ฌธ์ œ:

์— ๋งŒ๋“  2011๋…„ 08์›” 24์ผ  ยท  3์ฝ”๋ฉ˜ํŠธ  ยท  ์ถœ์ฒ˜: nodemailer/nodemailer

์ค„ ๋ฐ”๊ฟˆ์ด ์žˆ๋Š” ๋ฉ”์‹œ์ง€๋ฅผ ๋ณด๋‚ด๋ ค๊ณ  ํ•˜๋ฉด

"์•ˆ๋…•ํ•˜์„ธ์š”!

์ž˜ ์ง€๋‚ด๊ณ  ์žˆ๋‚˜์š”!?

๊ฑด๋ฐฐ!"

์˜ค๋ฅ˜ ๋ฐœ์ƒ!

๊ฐ™์€ ๋ฉ”์‹œ์ง€:

"์•ˆ๋…•ํ•˜์„ธ์š”! \n\n์•ˆ๋…•ํ•˜์„ธ์š”!?\n\n๊ฑด๋ฐฐ!"

๊ดœ์ฐฎ์•„์š”!

๊ณ ์น  ์ˆ˜ ์žˆ์Šต๋‹ˆ๊นŒ!? ๊ฐ์‚ฌ ํ•ด์š”!

๊ฐ€์žฅ ์œ ์šฉํ•œ ๋Œ“๊ธ€

์•ˆ๋…•,

์ด๋ ‡๊ฒŒ ์ฝ”๋“œ์—์„œ ์ค„๋ฐ”๊ฟˆ์„ ์„ค์ •ํ•˜๋ ค๊ณ  ํ•ฉ๋‹ˆ๊นŒ?

{
    from: "[email protected]",
    to: "[email protected]",
    subject: "test mail",

    text: "Hello!

How are you!?

Cheers!"
}

JavaScript๋Š” ์—ฌ๋Ÿฌ ์ค„ ๋ฌธ์ž์—ด์„ ์ง€์›ํ•˜์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ์— ์ž‘๋™ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. \n ๊ธฐํ˜ธ๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

{
    from: "[email protected]",
    to: "[email protected]",
    subject: "test mail",

    text: "Hello!\n\nHow are you!?\n\nCheers!"
}

๋ชจ๋“  3 ๋Œ“๊ธ€

์•ˆ๋…•,

์ด๋ ‡๊ฒŒ ์ฝ”๋“œ์—์„œ ์ค„๋ฐ”๊ฟˆ์„ ์„ค์ •ํ•˜๋ ค๊ณ  ํ•ฉ๋‹ˆ๊นŒ?

{
    from: "[email protected]",
    to: "[email protected]",
    subject: "test mail",

    text: "Hello!

How are you!?

Cheers!"
}

JavaScript๋Š” ์—ฌ๋Ÿฌ ์ค„ ๋ฌธ์ž์—ด์„ ์ง€์›ํ•˜์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ์— ์ž‘๋™ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. \n ๊ธฐํ˜ธ๋ฅผ ์‚ฌ์šฉํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

{
    from: "[email protected]",
    to: "[email protected]",
    subject: "test mail",

    text: "Hello!\n\nHow are you!?\n\nCheers!"
}

์˜ค! :( ์Œ, ๋‹ค์Œ๊ณผ ๊ฐ™์€ html ํŒŒ์ผ์„ ์ „๋‹ฌํ•˜๋Š” ํ˜•์‹์ž…๋‹ˆ๋‹ค.

<!DOCTYPE html>
<html>
    <head>
        <style type="text/css">
            body, p {
                margin:0px;
                padding: 0px;
            }
        </style>
    </head>
    <body>
        <p>Olรก! Isso รฉ um teste!</p>
    </body>
</html>

๊ทธ๋ฆฌ๊ณ  ์—ฌ๊ธฐ์—:

{
    from: "[email protected]",
    to: "[email protected]",
    subject: "test mail",

    htmlFile: "myEmailMkt.html"
}

๊ฐ์‚ฌ ํ•ด์š”!

๋‚˜๋Š” ์ด๊ฒƒ์ด Nodemailer ๋ฌธ์ œ๋ผ๊ณ  ์ƒ๊ฐํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค. Nodemailer๋Š” ์ค„ ๋์„ ์ „ํ˜€ ๊ฑด๋“œ๋ฆฌ์ง€ ์•Š๊ธฐ ๋•Œ๋ฌธ์— ์ฝ๊ณ  ์žˆ๋Š” ํŒŒ์ผ์˜ ์ž…๋ ฅ์„ ํ™•์ธํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.

์ด ํŽ˜์ด์ง€๊ฐ€ ๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?
0 / 5 - 0 ๋“ฑ๊ธ‰