Questions tagged [email]
Method of exchanging digital messages from an author to one or more recipients.
285 questions
10
votes
6
answers
1k
views
Extract unique email addresses from a text file
I'm working on a Python script that reads a text file and extracts all the unique email addresses. The code works as intended, it produces the correct output, throws no errors, and I've tested it on ...
-1
votes
1
answer
113
views
Send populated PDF membership forms to members via email
I have written a routine to send emails to members.
Basically the routine creates a table containing members who will receive an email.
The routine copies the 1st record to another table, exports that ...
5
votes
0
answers
179
views
Replacing tags in email
I have multiple tables and multiple email templates which will need tags replacing. The data for the tags depends on the recipient id as the data will need to be fetched from different tables.
I have ...
3
votes
1
answer
182
views
Mail Client - Displaying email details for selected JTable Row
I'm trying to write a very simple IMAP email client in Java.
There is one table per account with multiple multiline rows.
The last selected row of one of the tables should be displayed in an extra ...
3
votes
1
answer
165
views
IMAP client impementation on State Machine boost-ext/sml
I made IMAP(IMAPS) notifier on boost-ext/sml state machine.
There is an opinion that networking is best done on machines.
Compile in C++20. Tested on GMail server. Uses karastojko/mailio (and ...
2
votes
2
answers
176
views
Function to validate that an email address meets some requirements
I want to create a function that checks if an email has a username that is 5 to 20 characters long, starts with an alphabet letter and ends with one domain names of (.org, .net, .org). It also ...
2
votes
1
answer
96
views
Asynchronous mailing tool
I'm trying to change my sync code to asynchronous.
It's my first time doing it like this, so I don't know if this is the right way.
...
1
vote
0
answers
90
views
Two steps changing email system Django + Redis
I created a two steps changing email system. Firstly I show you the concept how it should work and then the code. I am using Django and React.
Main question: is it a good way to do it? Is it fine to ...
9
votes
5
answers
2k
views
Weekly MySQL database backup
I haven't used Unix, etc. for 40 years, so I am a bit rusty. I need to back up the databases on my website(s) once a week and then retrieve them automatically from my development machine. So this is ...
4
votes
1
answer
198
views
Fetch CSV file into pandas and send report of Spotify statistics
I'm relatively new and self taught in Python. I've written this code which gets a CSV file from a website, plays around with the data then creates an email with information gleaned.
I know this is too ...
4
votes
2
answers
109
views
SMTP emailing library
Some time ago, I implemented an emailing library to simplify sending emails for several web applications and daemons. As usual, I am interested in improving my code.
...
1
vote
3
answers
703
views
Send email to a list of recipients
I wrote code to automate sending emails using smtp in Python. Below is my code I've written. However, I think there might be a simpler way (simplified code)....could you please review and give me ...
4
votes
2
answers
216
views
Scrape E-Mails using IMAP from cron
I have the following code which works great to do what it is meant to do. It scrapes the bodies of all e-mails in the inbox at an e-mail address using IMAP and retrieves the unique code sent inside ...
5
votes
1
answer
1k
views
Send email with attachments, including in memory zipped attachments
The below class implementing a simple way to create emails with attachments, including the option to create in-memory zip files and attach them to the email.
Because I am not a professional programmer ...
0
votes
1
answer
87
views
Evaluate my program with Java Mail + Sql + Swing
I'm 16 years old and no one to help me, no one to give any advice or constructive criticism, I'm aimless. I'll leave the link to my last code (github), a program that sends an email to everyone ...