Is there a way to make a from address other than an SMTP address? For example, I want the From header to say something like, "Web Log Report". It doesn't have to be from a resolvable Internet address.
Is this possible? Does anyone know the correct syntax? Only way I get this to work is by using '<>'. $msg = MIME::Lite->new( From =>'<>', Thanks, --Paul