<div dir="ltr">This is my 2 cent in this topic. <br><br><a href="http://www.tneoh.zoneit.com/perl/SendMail/download/">http://www.tneoh.zoneit.com/perl/SendMail/download/</a><br><br>Mentioned URL is al ink to simply Perl script that sends email via SMTP server<br>
<br><br>Thanks<br><br>Alex<br><br><div class="gmail_quote">2008/9/24 Erik Christiansen <span dir="ltr"><<a href="mailto:dvalin@internode.on.net">dvalin@internode.on.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Tue, Sep 23, 2008 at 10:43:52PM +0200, mierda tuti wrote:<br>
</div><div class="Ih2E3d">> Sorry I don't explain too well.<br>
><br>
> I would like to send e-mail outside of my lan, to send email to for example<br>
> to someone gmail email<br>
<br>
</div>Hopefully advice already posted helps with the broader concerns.<br>
I'll just clarify that the previous example:<br>
<div class="Ih2E3d"><br>
echo "They all had spots" | mail -s "Myscript had kittens" erik<br>
<br>
</div>used a local destination only as a hint to test that first, both as<br>
a learning exercise, and to see if any problems arise. With that<br>
confidence, the next thing to try would be:<br>
<br>
echo "Hope this works" | mail -s "Test" <a href="mailto:mierdatuti@gmail.com">mierdatuti@gmail.com</a><br>
<br>
If you have an MTA installed (typically postfix, on ubuntu), then it<br>
should just work.<br>
<br>
What happens when you try these examples?<br>
<br>
Erik<br>
<br>
--<br>
Why didn't they listen to the warnings about the danger from the Large<br>
Hadron Collider? Immediately they switched it on, the global financial<br>
system disappeared into a black hole. -John A'Hara in "The Age" 23.09.08<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="Wj3C7c">ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br></div>