in reply to Re: Re: Mime::Lite problems sending
in thread Mime::Lite problems sending
The '||' operator binds pretty tightly as it says in the good ol' Camel. (Though not as tightly as the 'arrow' -> operator, if I recall correctly.)$msg->send() or {...};
|
|---|