Hi to everyone!
I need to send email from my program with the txt file. I can’t use OutLook. Then I do that with the help of GMail(makde all necessary settings) it ask me for the server. What the server I need? And how to set it up?
1 Like
Hey!
Use Send SMTP mail message activity.
See it’s properties and fill them…i.e ID, password
Port: 587
Server: smtp.gmail.com
2 Likes
Hello there,
for the gmail account note the following instructions
Incoming Mail (IMAP) Server
imap.gmail.com
Requires SSL: Yes
Port: 993
Outgoing Mail (SMTP) Server
smtp.gmail.com
Requires SSL: Yes
Requires TLS: Yes (if available)
Requires Authentication: Yes
Port for SSL: 465
Port for TLS/STARTTLS: 587
regards
2 Likes