Why am I getting "Positional Parameter Error" when trying to send a email from Powershell via AWS SES

0

We are unable to send a Email via AWS SES SMTP. DNS records have been verified SMTP credentials have been configured

We are trying to send a test email from PowerShell CLI, but when trying to do this, we are receiving a error that says: "A positional parameter cannot be found that accepts the argument"

Screenshot of error

We have also tried triggering the email through a different email client, but the email is not sending.

Can anyone provide insight as to why this error may be occurring or why emails are not being sent?

1 Answer
1

Please put a space before '-From'. There is no gap between .....amazonaws.com -From

profile pictureAWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions