industry), fantastic benefits and very generous relocation packages.
Please contact me immediately with a resume!
Send resumes to:
Rich Moss
r...@mossltd.com
--
http://mail.python.org/mailman/listinfo/python-list
We are looking for someone that can help with the subject class, Intro to
Python class, 7/21-23, Ft Worth TX. Please let me know if you can help.
Would need your resume and best possible daily rate.
Best regards,
Rich Drehoff
TechnoTraining, Inc.
328 Office Square Lane, Ste. 202
On Tue, 02 Nov 2010 14:17:29 -0700, Gunner Asch wrote:
>
> But...shrug..there will be far less after the Great Cull
I think some people might be surprised as to exactly _who_ gets "culled".
Good Luck!
Rich
--
http://mail.python.org/mailman/listinfo/python-list
...@example.com
Hobbs
ho...@some.com
Nancy
na...@herown.com
Sluggo
slu...@another.com
Having extracted salutations and addresses I'll write a bash script using
sed and mailx to associate a message file with each name and email address.
I'm unsure where to start given my lack of recen
On Thu, 11 Jan 2024, MRAB via Python-list wrote:
From the look of it:
1. If the line is empty, ignore it.
2. If the line contains "@", it's an email address.
3. Otherwise, it's a name.
MRAB,
Thanks. I'll take it from here.
Regards,
Rich
--
https://mail.python.or
eally careful about which encodings you allow - which for email "names"
is something you can't actually control.
Mats,
Not an issue for me.
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Thu, 11 Jan 2024, Piergiorgio Sartor via Python-list wrote:
Why not to use bash script for all?
Piergiorgio,
That's certainly a possibility, and may well be better than python for this
task.
Thank you,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
xtract both from the same
file.
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Fri, 12 Jan 2024, Rich Shepard via Python-list wrote:
For my use 1) the salutation and email address (always with an '@') are
sequential and 2) I'm developing the script to extract both from the same
file.
I've looked at my Python books "Python Crash Course,
On Mon, 29 Jan 2024, dieter.mau...@online.de wrote:
Have you read "https://docs.python.org/3/library/io.html#module-io";?
Dieter,
No, I hadn't ... but I am reading it now.
Many thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Mon, 29 Jan 2024, Rich Shepard via Python-list wrote:
No, I hadn't ... but I am reading it now.
Perhaps I missed the answer to my question when reading the io module. It
explains how to open/write/read files of text and binary data, not passing
a variable's value from one file
On Mon, 29 Jan 2024, Rich Shepard via Python-list wrote:
I'll keep searching for a solution.
IIRC, someone here pointed me to <https://realpython.com/python-send-email/>
and I forgot about it ... until now.
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
/
Avi,
I found several web pages describing how to use the python email library and
tools to send individual or multiple email messages. I'll learn how to do
this based on a couple of detailed examples.
Thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
mere spam.
Respectfully, Rich
Then you just do a replace of the unique string by the salutation. Don't
change the original (i.e., template), make the changes to a copy that you
will output.
My script is not a web application, but an emailer that allows me to contact
clients and prospective clients. F
ng at the top of the message block
Hi, {yourname}
the name in the .csv file will replace the bracketed place holder.
Still much to learn and the batch of downloaded PDF files should educate me.
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, 30 Jan 2024, AVI GROSS via Python-list wrote:
But seriously, the OP, AKA Rich, is making clear that he is making a tool
for his own use. It sounds like he wants to maintain a data repository of
his own with some info about his clients and then have the ability to
specify a name and pop
option for attachments but
has none for individual salutations.
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
On Tue, 30 Jan 2024, Karsten Hilbert wrote:
It doesn't need to. It just sends the (pre-personalized-by-Python) mail files.
Karsten,
In which case, I might as well have Python format and send the messages. :-)
Regards,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
a generic placeholder
should work with the existing for loop script.
Thanks,
Rich
--
https://mail.python.org/mailman/listinfo/python-list
301 - 319 of 319 matches
Mail list logo