Hi,
i have a issue sending email ..
My smtp server is gmail server and port as well..
if i send email i cant receive it..
Pls help me..
Thanks in advance..
Hi,
i have a issue sending email ..
My smtp server is gmail server and port as well..
if i send email i cant receive it..
Pls help me..
Thanks in advance..
You are probably missing the port or setting tls=yes… here is an example:
/tool e-mail set address=173.194.77.108 from=mikrotik@your-domain.com password=gmailpwd port=587 user=username@gmail.com
/tool e-mail send to="username@gmail.com" body="email" subject="$[/system identity get name] $[/system cl
ock get time] $[/system clock get date] email" server="$[:resolve
"smtp.gmail.com"]" tls=yes
173.194.77.108 is a gmail server that was resolved when I first setup the email tool, but in my scripts, I resolve the current address for smtp.gmail.com.
Hi,
i get a error in log
system,e-mail,error Error sending e-mail : error connecting to serve
r
port=587 tls =yes
tried as u mentioned..
help me..
Are you using the GUI or the CLI?
If you are using the GUI - fill in every option - server(smtp.gmail.com), port(587), user(gmail email address), password, tls (checked), to, from, subject, and body.
The GUI interface doesn’t always inherit the email values.
Hi,
Now i get error
21:03:33 system,e-mail,error Error sending e-mail : AUTH failed
help me..
It seems your user name or password is wrong.
AUTH failure means you used the wrong password. Make sure your username is the full email address “user@gmail.com” and double check your password. If you still have errors, you might want to change your gmail password to make sure if complies with their new standards and perhaps leave out any special characters (non-alpha numeric).
Hi,
i got it needed to add default gateway in ip route…
Thanks for support and keep Supporting..