![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sending mail via smtp | elko.hasse | UNIX for Dummies Questions & Answers | 2 | 11-21-2007 05:41 AM |
| Send email using Exchange as SMTP | fidodido | UNIX for Dummies Questions & Answers | 2 | 01-20-2006 10:05 AM |
| SMTP mail | Euler04 | IP Networking | 1 | 10-10-2005 01:54 PM |
| SMTP going to Junk Mail | saabir | UNIX for Advanced & Expert Users | 3 | 02-23-2004 06:56 PM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 09:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Send mail using SMTP
Hi I need to send email from batch script, using SMTP from my exchange server. Can any one send me command line of that should be non interactive.
I did using MAPISEND, but i should not use it for some reasons. I have to send this using SMTP for Microsoft Exchange Server. mapisend -u "Outlook" -p pass1234 -r mail1@mail.com -s "Connection Failed" -m "Couldn't connect to SFTP server" Can any one send me the command line for SMTP? -- Thanks, Mohan |
|
||||
|
mohantmk,
You can use the DOS prompt and telnet your SMTP server like this 1. telnet < SMTP Server IP > 25 from there you 2. type ehlo < the domain name > you will receive prompt google about STMP commands ( MAILTO / MAIL from/ DATA) cheers! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|