-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't mail report via Amazon SES #17
Labels
Comments
Hi, Did you use a base64-encoded value for the An encoded password is expected (to avoid showing / seeing clear text passwords):
|
Hi Artiom,
You were absolutely right - after base64 mail started to work. Did I miss
this statement in your Readme?
Regards,
Roman
…On Mon, Mar 13, 2017 at 7:48 AM, Artiom Lichtenstein < ***@***.***> wrote:
Hi,
Did you use a base64-encoded value for the pass attribute in the
tls_scan.json file?
An encoded password is expected (to avoid showing / seeing clear text
passwords):
echo -n "<Your_Password_Here>" | base64
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFfLapvTvSsJWcbSIhvIIe_XMqb-clgvks5rlNi7gaJpZM4MapAy>
.
|
It's in the schema table for the
|
Thank you. I saw it yesterday when closed the issue.
…Sent from my iPhone 36se
On 17 Mar 2017, at 0:26, Artiom Lichtenstein ***@***.***> wrote:
It's in the schema table for the pass attribute:
password (base64-encoded)
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I setup Amazon SES as my mail server - as an example (some values were changed):
"server": "email-smtp.us-east-1.amazonaws.com:25",
"user": "AKIAITCRWJA8ERJR6LUI",
"pass": "AgZcHFE21zX78uYHNkorPqex5ZpWHwxN3tAlB9uGHyBiC",
but always received the same error:
Mar 12 21:19:18 Mailing the report...
Mar 12 21:19:19 UnicodeDecodeError('ascii', '\x02\x06\\x1cQ6\xd75\xfc\xe6!\xd5\xd1\x1a\xcf\xa9\xecyf\x95\x87\xc3\x13w\xb4\tA\xf6\xe1\x87\xc8\x18\x82', 6, 7, 'ordinal not in range(128)')
Mar 12 21:19:19 Exiting...
Do you have any idea why?
The text was updated successfully, but these errors were encountered: