Re: OT: Sending e-mails from a database
On Wed, Feb 22, 2012 at 9:57 PM, Paul Smith wrote: > Dear All, > > Sorry for this out of topic post, but I do not know of more appropriate forum. > > I would like to send several e-mails from a GMail account and with the > same content but with a different opening for each recipient. Is it > possible to accomplish it with Fedora? All you need is Python: http://docs.python.org/library/email-examples.html and more specifically for GMail: http://segfault.in/2010/12/sending-gmail-from-python/ From your description: just set the SMTP server name, username/password accordingly, read each recipient from a list and send away by finding an appropriate way to set the opening - which you mention will be different. Good luck. -Amit -- http://echorand.me -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org
nslookup fails on local host
Hello all: My first post here, and I begin with a (possibly super) newbie query. 'nslookup' fails to resolve my local machine which I have named: 'soma'. Here are some data: $hostname soma.ad.adfa.edu.au $hostname -d ad.adfa.edu.au $domainname (none) I connect to the LAN via DHCP. Lookup on any remote website/or my own Ubuntu box succeeds. Where should I be looking into? Many TIA -Amit -- http://echorand.me -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: nslookup fails on local host
On Fri, Oct 21, 2011 at 7:42 PM, Reindl Harald wrote: > normal bahavior as long there is no dns-record Yes, I recognize that. What confuses me is that on my Ubuntu desktop, I didn't have to do anything explicitly. > nslookup = NAME SERVER lookup I am sorry, I didn't quite get this. TIA, Amit > > Am 21.10.2011 10:39, schrieb Amit Saha: > > Hello all: > > My first post here, and I begin with a (possibly super) newbie query. > > 'nslookup' fails to resolve my local machine which I have named: 'soma'. > > Here are some data: > > $hostname > soma.ad.adfa.edu.au > > $hostname -d > ad.adfa.edu.au > > $domainname > (none) > > I connect to the LAN via DHCP. Lookup on any remote website/or my own > Ubuntu box succeeds. > > Where should I be looking into? > > > Many TIA > -Amit > > > > -- http://echorand.me -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines