muquit / mailsend

A program to send mail via SMTP from command line
Other
297 stars 68 forks source link

Issue when attempting to use the -l option #7

Closed muquit closed 10 years ago

muquit commented 10 years ago

From R...@trinsource.com on May 08, 2013 09:43:30

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: http://code.google.com/p/mailsend/issues/detail?id=7

muquit commented 10 years ago

From pamid...@blueyonder.co.uk on October 15, 2013 02:38:34

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.

muquit commented 10 years ago

From muq...@gmail.com on October 20, 2013 12:22:38

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

Status: Done