![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send email from unix (AIX) with PDF attachment | sunjup | AIX | 0 | 03-14-2008 01:12 PM |
| How to send email from HP Unix box | eurouno | UNIX for Dummies Questions & Answers | 3 | 12-03-2007 04:56 PM |
| send email from unix with attachment | chiru_h | Shell Programming and Scripting | 1 | 08-13-2007 10:18 AM |
| How to Send email in UNIX | cooolthud | Shell Programming and Scripting | 1 | 01-23-2007 05:49 AM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 07:43 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Send email where # is in the email address - Using Unix
Hi All,
How do I send an email using malix where email address contains a #. I have a email address like this : #test@test.com I want to send email like malix -s "TEST" #test@test.com < SOMEFILE I tried \# but doesn't work. Please let me know how we can achieve this? I am in Ksh. Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I'm not sure if that is possible. But try this...
malix -s "TEST" "\"#test\""@test.com < SOMEFILE |
||||
| Google The UNIX and Linux Forums |