AW: AW: [Catalyst] Sending E-Mails

Hartmaier Alexander Alexander.Hartmaier at t-systems.at
Thu Oct 2 17:12:21 BST 2008


Plugin::Email is deprecated, use View::Email instead.

Regards, Alex

-----Ursprüngliche Nachricht-----
Von: goetz [mailto:devel at helektra.de]
Gesendet: Donnerstag, 02. Oktober 2008 14:26
An: The elegant MVC web framework
Betreff: Re: AW: [Catalyst] Sending E-Mails

Thanks for the hint.

But nothing changed.


Am 02.10.2008 um 13:51 schrieb Moritz Onken:

>
> Am 02.10.2008 um 13:45 schrieb goetz:
>
>>
>>
>> I use the email plugin:
>>
>> use Catalyst qw/
>>           -Debug
>>           ConfigLoader
>>           Static::Simple
>>           StackTrace
>>           Prototype
>>           Email
>>           /;
>>
>
> Hi,
>
> try to configure Plugin::Email to use a smtp server:
>
>   __PACKAGE__->config->{email} = [
>       'SMTP',
>       'smtp.myhost.com',
>       username => $USERNAME,
>       password => $PASSWORD,
>   ];
>
> replace smtp.myhost.com with localhost, username and password
> can be blank if your smtp server doesnt require auth for local
> users.
>
> Furthermore you might want to set the attribute of send_email to
> Private and call the method with $self->send_email($c, $params);
> Otherwise this method can be called by a request to this
> controller via a browser.
>
> Viele Grüße
>
> Moritz
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
> Dev site: http://dev.catalyst.perl.org/
>


_______________________________________________
List: Catalyst at lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
T-Systems Austria GesmbH   Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Notice: This e-mail contains information that is confidential and may be privileged.
If you are not the intended recipient, please notify the sender and then
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*




More information about the Catalyst mailing list