Skip to content

Commit f8b22fc

Browse files
committed
Update main.py for sending email ★
1 parent 6008bf5 commit f8b22fc

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

src/email_content.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,23 @@
7070
</head>
7171
<body>
7272
<div class="container">
73-
74-
<h1>Hello!</h1>
75-
73+
<h1>Hello!</h1>
74+
7675
<p>I hope this message finds you well. My name is <strong>Siyamak Abasnezhad Torki</strong>, and I am a passionate Data Scientist and Full Stack Developer with over a decade of experience in software development.</p>
7776
78-
<p>Throughout my career, I have developed a range of applications and solutions that leverage cutting-edge technologies to solve complex problems. My expertise spans <strong>Python, Django, Vue, TypeScript</strong> and various data science libraries, which I have used to create impactful projects such as IoT systems and AI-driven applications.</p>
77+
<p>Throughout my career, I have developed a range of applications and solutions that leverage cutting-edge technologies to solve complex problems. My expertise spans <strong>Python, Django, Vue, TypeScript</strong>, and various data science libraries. I have successfully created impactful projects, including IoT systems and AI-driven applications.</p>
78+
79+
<p>I am currently seeking new opportunities to apply my skills and collaborate with innovative teams. If your company is looking for a dedicated professional who can contribute to exciting projects, I would love to discuss how I can add value to your team.</p>
7980
80-
<p>I am always eager to connect with like-minded professionals and explore new opportunities for collaboration. If you are interested in discussing potential projects or sharing insights, I would love to hear from you!</p>
81+
<p>Please feel free to reach out if you would like to explore potential collaborations or if you have any questions. I am eager to connect with like-minded professionals and share insights.</p>
8182
82-
<p>Thank you for your time, and I look forward to the possibility of working together.</p>
83+
<p>Thank you for considering my application. I look forward to the possibility of working together!</p>
8384
8485
<h3>Best Regards,<br>Siyamak Abasnezhad Torki</h3>
85-
86+
8687
<div class="contact-info">
87-
<p>Email:pydevcasts@gmail.com</p>
88+
<p>Email: <a href="mailto:pydevcasts@gmail.com">pydevcasts@gmail.com</a></p>
8889
<p>Phone: (+98) 930 494 3348</p>
89-
9090
</div>
9191
</div>
9292

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ async def send_emails_async(self, sender_email, password, email_file, attachment
375375
await self.send_email_with_retry(receiver_email, sender_email, password, attachment_path)
376376
await asyncio.sleep(10) # Delay of 10 seconds between each email to avoid rate limits
377377

378-
self.log_output.append("Emails sent successfully!")
378+
self.log_signal.emit("Emails sent successfully!")
379379
QMessageBox.information(self, "Success", "Emails sent successfully!")
380380
except Exception as e:
381381
QMessageBox.critical(self, "Error", f"An error occurred while sending emails: {e}")

todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
https://myaccount.google.com/apppasswords?utm_source=google-account&utm_medium=myaccountsecurity&utm_campaign=tsv-settings&rapt=AEjHL4Pv6xcf-IhwwKQ080u-TmDHh0NYxkWUXaJSerB_mSyN7gqfevgat5nYSy12szzNaQJBM-R2MrdrqL__ijsi6fZdL5qlAQ
32

3+
https://myaccount.google.com/apppasswords?utm_source=google-account&utm_medium=myaccountsecurity&utm_campaign=tsv-settings&rapt=AEjHL4Pv6xcf-IhwwKQ080u-TmDHh0NYxkWUXaJSerB_mSyN7gqfevgat5nYSy12szzNaQJBM-R2MrdrqL__ijsi6fZdL5qlAQ

0 commit comments

Comments
 (0)