<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : Envoyer un mail via un script linux / macos</title>
	<atom:link href="http://www.tellaw.org/2008/04/13/envoyer-un-mail-via-un-script-linux-macos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tellaw.org/2008/04/13/envoyer-un-mail-via-un-script-linux-macos/</link>
	<description>La technologie doit devenir simple...</description>
	<lastBuildDate>Mon, 14 Jun 2010 09:52:14 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : Иван</title>
		<link>http://www.tellaw.org/2008/04/13/envoyer-un-mail-via-un-script-linux-macos/comment-page-1/#comment-1399</link>
		<dc:creator>Иван</dc:creator>
		<pubDate>Tue, 16 Dec 2008 06:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tellaw.org/?p=16#comment-1399</guid>
		<description>ou encore

#! /bin/sh

SUBJECT=”le sujet de votre Email”
EMAIL=”toto@toto.fr”

/bin/mail $EMAIL -s $SUBJECT &lt;&lt;eof
texte du mail
eof</description>
		<content:encoded><![CDATA[<p>ou encore</p>
<p>#! /bin/sh</p>
<p>SUBJECT=”le sujet de votre Email”<br />
EMAIL=”toto@toto.fr”</p>
<p>/bin/mail $EMAIL -s $SUBJECT &lt;&lt;eof<br />
texte du mail<br />
eof</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Alain</title>
		<link>http://www.tellaw.org/2008/04/13/envoyer-un-mail-via-un-script-linux-macos/comment-page-1/#comment-1388</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Wed, 30 Jul 2008 20:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tellaw.org/?p=16#comment-1388</guid>
		<description>Tous l&#039;aurons remarqués, il manque la définition de la variable $EMAILMESSAGE...

sinon, ça marche bien! même avec des caractères accentués (sous Mac OS X):

echo &quot;Bonjour, ce email est envoy\303\251 \303\240 partir d&#039;une ligne de commande&quot; &#124; mail -s &quot;$SUBJECT&quot; &quot;$EMAIL&quot;</description>
		<content:encoded><![CDATA[<p>Tous l&#8217;aurons remarqués, il manque la définition de la variable $EMAILMESSAGE&#8230;</p>
<p>sinon, ça marche bien! même avec des caractères accentués (sous Mac OS X):</p>
<p>echo &laquo;&nbsp;Bonjour, ce email est envoy\303\251 \303\240 partir d&#8217;une ligne de commande&nbsp;&raquo; | mail -s &laquo;&nbsp;$SUBJECT&nbsp;&raquo; &laquo;&nbsp;$EMAIL&nbsp;&raquo;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Chips</title>
		<link>http://www.tellaw.org/2008/04/13/envoyer-un-mail-via-un-script-linux-macos/comment-page-1/#comment-6</link>
		<dc:creator>Chips</dc:creator>
		<pubDate>Sun, 13 Apr 2008 12:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tellaw.org/?p=16#comment-6</guid>
		<description>Pour retourner le chemin d&#039;un fichier executable, utilisez de préférence la commande &quot;which&quot;.
Exemple : which mail</description>
		<content:encoded><![CDATA[<p>Pour retourner le chemin d&#8217;un fichier executable, utilisez de préférence la commande &laquo;&nbsp;which&nbsp;&raquo;.<br />
Exemple : which mail</p>
]]></content:encoded>
	</item>
</channel>
</rss>
