Module esmtp_mime

Email MIME encoding library.

Copyright © Geoff Cant

Version: 0.3, Apr 17 2026 10:42:53

Authors: Geoff Cant (geoff@catalyst.net.nz).

Description

Email MIME encoding library.

Function Index

add_text_part/2
encode/1
from/1
msg/0
msg/3
msg/4
msg/5
send/5
send_test/4
test/0
test_msg/0
to/1

Function Details

add_text_part/2

add_text_part(Msg, Text) -> any()

encode/1

encode(Msg) -> any()

from/1

from(Mime_msg) -> any()

msg/0

msg() -> any()

msg/3

msg(To, From, Subject) -> any()

msg/4

msg(To, From, Subject, TextBody) -> any()

msg/5

msg(Type, To, From, Subject, TextBody) -> any()

send/5

send(Ip, Host, From, To, Msg) -> any()

send_test/4

send_test(Ip, Host, From, To) -> any()

test/0

test() -> any()

test_msg/0

test_msg() -> any()

to/1

to(Mime_msg) -> any()


Generated by EDoc