Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with subject/message #12

Open
Aaaron1320 opened this issue Nov 13, 2021 · 3 comments
Open

Issue with subject/message #12

Aaaron1320 opened this issue Nov 13, 2021 · 3 comments

Comments

@Aaaron1320
Copy link

I put subject and message still pops up as No Subject or No message

@ghost
Copy link

ghost commented May 21, 2022

Yes you definitely can, simply replace self.msg with the following code.

message = """From: From Person from@fromdomain.com
To: To Person to@todomain.com
Subject: SMTP e-mail test
This is a test e-mail message.
"""

@Aaaron1320
Copy link
Author

Which line

@ghost
Copy link

ghost commented May 24, 2022

Line number 97 in the main execution file.

Simply change line 97 with the following code.
self.msg = "From: From Person from@fromdomain.com\nTo: To Person to@todomain.com\nSubject: SMTP e-Mail Test\nThis is a test e-mail message."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant