Presenter: Yoel Kortick How to change the appearance of the email which arrived from the web OPAC Presenter: Yoel Kortick
Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or used with permission by Ex Libris Ltd. The information may not be distributed, modified, displayed, reproduced – in whole or in part – without the prior written permission of Ex Libris Ltd. TRADEMARKS Ex Libris, the Ex Libris logo, Aleph 500, SFX, SFXIT, MetaLib, DigiTool, Verde, Primo, MetaSearch, MetaIndex and other Ex Libris products and services referenced herein are trademarks of Ex Libris, and may be registered in certain jurisdictions. All other product names, company names, marks and logos referenced may be trademarks of their respective owners. DISCLAIMER The information contained in this document is compiled from various sources and provided on an "AS IS" basis for general information purposes only without any representations, conditions or warranties whether express or implied, including any implied warranties of satisfactory quality, completeness, accuracy or fitness for a particular purpose. Ex Libris, its subsidiaries and related corporations (the "Ex Libris Group") disclaim any and all liability for all use of this information, including losses, damages, claims or expenses any person may incur as a result of the use of this information, even if advised of the possibility of such loss or damage. © Ex Libris Ltd., 2007
Sending the email Here we have searched the web OPAC and chosen a record to send via email
Sending the email Now we actually send the record via email
The email arrives Here is the email after being opened in Outlook.
The email arrives We want to change the “From” address from aleph@il-aleph02.corp.exlibrisgroup.com to web_opac_services@YLK_University.edu
Changing the email The first step is to copy the file “send_mail.example” in $alephe_tab to “send_mail” il-aleph02-a19(4) >>aet il-aleph02-a19(4) >>cd $alephe_tab il-aleph02-a19(4) >>cp send_mail.example send_mail
Changing the email Comment out the line with the current sendmail command and add your desired address set a = `cat $3 | wc -c` echo "Content-Length: $a" >> $TMPDIR/send_mail.$$ echo "" >> $TMPDIR/send_mail.$$ cat $3 >> $TMPDIR/send_mail.$$ # /usr/lib/sendmail $1 < $TMPDIR/send_mail.$$ /usr/lib/sendmail -r web_opac_services@YLK_University.edu $1 $1 < $TMPDIR/send_mail.$$ rm -f $TMPDIR/send_mail.$$ Comment out Add your own
Changing the email For additional information on the sendmail command see your system administrator or Unix documentation Restart the web server (UTIL W 3 1) and send the email again
Changing the email The email now arrives with the new address After Before