On Wed, Feb 22, 2012 at 9:57 PM, Paul Smith <phhs80@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxxxxxx 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