The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sietima::Role::WithPostAddress - role for lists with a posting address

VERSION

version 1.1.2

SYNOPSIS

  my $sietima = Sietima->with_traits('WithPostAddress')->new({
    %args,
    return_path => 'list-bounce@example.com',
    post_address => 'list@example.com',
  });

DESCRIPTION

This role adds an "post_address" attribute, and exposes it via the list_addresses method.

On its own, this role is not very useful, but other roles (like ReplyTo) can have uses for a post address.

ATTRIBUTES

post_address

An Email::Address object, defaults to the value of the return_path attribute. This is the address that the mailing list receives messages at.

AUTHOR

Gianni Ceccarelli <dakkar@thenautilus.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Gianni Ceccarelli <dakkar@thenautilus.net>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.