Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to send mail on UNIX to smtp mail
Name: Edwin Date: August 23, 2001 at 03:39:39 Pacific
Comment:
I use sendmail command to send mail on UNIX to stmp mail,but it is faiture. The followings are I inputted command and error message. Pls reply me quickly. Thanks.
# sendmail -v yim125@hotmail.com WARNING: local host name (YRWEB1) is not qualified; fix $j in config file yim125@hotmail.com... hotmail.com: Name server timeout yim125@hotmail.com... Transient parse error -- message queued for future delivery
Summary: Hi, the following is the script i used to send mail to corporate ID. But the script is not sending mail. Please let me know which part is wrong in the script. mailx -s "SUBJECT" someID@other.com ...
Summary: Hi Frens, I have to send a mail from UNIX which is the output of a script and end to a mail ID in lotus notes. I tried: uuencode output.out | mail Mailid which sends an attachment to that mail ID, it ...