NAME

Para::Frame::Email - For representing an email.Recieved or for sending

new

new_html

clone

header_str_set

header_set

raw

Retuns a scalar ref to the whole email with header in raw format.

apply_headers_from_params

supported headers: subject reply_to message_id in_reply_to references sender bounce_to

The bounce_to sets header X-Bounce-To and will work with this exim router (for remote addresses), placed before primary dnslookup router:

  verp_router:
  driver = dnslookup
  domains = !+local_domains
  condition = def:header_x-bounce-to
  errors_to = $header_x-bounce-to
  transport = remote_smtp
  no_more

Example for using 12345-bounces@avisita.com

  ls1_bounces:
  driver = redirect
  domains = +local_domains
  local_part_suffix = -bounces
  data = studs@$domain

redraw

add_attachment

SEE ALSO

Para::Frame, Para::Frame::Email::Address