Asked — Edited

Smtp Client Questions

Hey DJ, I have the SMTP plugin a go (really looking forward to using this), I seem to have it configured correctly to use my gmail account for SMTP, but when I run a script to send an email, I get this:

Error on line 1: Failure sending mail.

This what I'm using:


ControlCommand("SMTP Client", Send, "[email protected]", "Bob Smith", "Test", "This is a test message")

Does anything look wrong to you?


ARC Pro

Upgrade to ARC Pro

Stay on the cutting edge of robotics with ARC Pro, guaranteeing that your robot is always ahead of the game.

#1  

If you are using Google as the SMTP...

You need the port to be 587 and SSL checked.

#2  

This is really awesome... I have yet to test it, though... My account is yahoo...

PRO
Synthiam
#4  

Works fine - you'll have to revisit your configuration.

  1. verify you are using the correct port and ssl is checked (587 for ssl). Always use ssl for google

  2. verify you are using the right smtp (smtp.google.com)

  3. Your authentication and FROM address usually must match for obvious reasons.

  4. Find out more in the plugin: https://synthiam.com/redirect/legacy?table=plugin&id=128

Look at the example:

User-inserted image

#5  

I get a new error now:

Error on line 1: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required. Learn more at

This is my config, without my real password

User-inserted image

PRO
Synthiam
#6  

Use the correct password as the error explains.

Otherwise, look at your google gmail settings and see if you even have smtp access enabled?

#7  

@DJ, lol...sorry for the confusion, I changed the password for purpose of taking the screen shot only. My real password is in the config.

Good thought on the account setting. I know there is a setting for POP, I never saw one for smtp, I'll double check.

#8  

Worked fine for me on my google apps account. I think you do need to have either POP or IMAP enabled on your account in order to send through Googles SMTP servers. (settings | forwarding and pop/imap).

Alan