neojn / mailsend

Automatically exported from code.google.com/p/mailsend
0 stars 0 forks source link

Issue when attempting to use the -l option #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to use the option to send mails using the lst file with addresses . 

I have the following .lst file 

#user@example.com
To: renelabban@yahoo.com
BCc: renelabbah@yahoo.com
rene@trinsource.com

calling the following 

MAILSEND -d exhub1.name.co.tt -smtp 172.121.145.6 -l C:\IVR\MailSend\emails.lst 
-f renelabban@yahoo.com -sub "Testing mailsend "

when i run this it is prompting me for to and cc etc. 

How can I get it to run using the .lst file containing the email addresses and 
not prompting me . 

Looking forward to your response 

Rene 

Original issue reported on code.google.com by R...@trinsource.com on 8 May 2013 at 1:43

GoogleCodeExporter commented 8 years ago
I too have the same issue when trying to use the -l command. I get the 
following message:

Error: Unrecognized option: c:\mail\mail.lst

I have tried with and without quotes around the file structure, but still no 
luck.
O/S is Windows 2008 R2 and using the latest build of mailsend.exe.

Original comment by pamidema...@gtempaccount.com on 15 Oct 2013 at 9:38

GoogleCodeExporter commented 8 years ago
If you are using newer version, the option is changed to -list.
https://code.google.com/p/mailsend/wiki/ChangeLog#1.17b9

Original comment by muq...@gmail.com on 20 Oct 2013 at 7:22