Search Results

Search: Posts Made By: markms
1,568
Posted By markms
multiple recipiant
Is there a way of sending to many emails in on RCPT TO: line,
rather that spliting the email address up?

And if i have to split it up, I can't see a way of doing it. So getting...
12,796
Posted By markms
Thank
Yep thats brilliant. Why didn't I just think out of the box!!
Thanks
4,733
Posted By markms
Problem with uuencode
I a script i telnet port 25 and part of the attachment is
echo "Content-type: application/msword; filename= "$3" "
echo Content-transfer-encoding: base64
echo "Content-disposition:...
12,796
Posted By markms
Anything smaller than sleep 1
I'm writting a shell script to email customers invoices.
after each RCPT to: email@address.com, i've put in a sleep 1 command,
but with 2000 customers to email and about 5 or 6 of these sleep...
2,955
Posted By markms
binary file in an email attachment
when using telnet localhost 25
I can cat ASCII files into the email body and an attachment,
but how do i get a non-ASCII file into it, like a picture or a word document (.doc not rtf).
...
1,957
Posted By markms
Fixed the poblem. Created the file in...
Fixed the poblem.

Created the file in TextPad and had the File Format in PC rather than UNIX, so each line had ^M at the end of the lines.
1,957
Posted By markms
mail problem
if ping $1 3
then
{
sleep 1
echo "HELO domain.co.uk"
sleep 1
echo "MAIL FROM: mark@domain.co.uk"
sleep 1
echo "RCPT TO: markms@domain.co.uk"
sleep 1
echo "DATA"
echo "This is a test from...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 05:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy