Re: [Bulk] Re: Blat option -f not working
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <3D9014BC973442F88E22EE0D2FE64686@chip> |
> That´s exactly my Problem. At the moment i use the following parameters. : > > blat -to %TO% -f %USER% -i %FROMNAME% -server %SERVER% -u %USER% -pw > %PW% -subject %SUBJECT% -body %BODY% > > At the moment the sender is always shown as the one named in %USER%. > > I need %FROMNAME% shown as the sender of the email. I also changed -f > %USER% to -f %FROMNAME% but still no difference. > > The -i option works with an email adress that is not registered or not > real but that doesn´t help me. > > Best regards Please help me to understand what you are saying. What I think you want is to use three different names/email addresses in your message. 1. You want Blat to use -u and -pw options to sign into the server for authentication, using one set of credentials. 2. You want Blat to use %USER% when Blat sends the "MAIL FROM:" command to the server. 3. You want Blat to use %FROMNAME% in the From: header line of our email. Is that about right? Chip