dawidd6/action-send-mail

issue of sending email

arunkontham opened this issue · 3 comments

Run dawidd6/action-send-mail@v3.8.0
with:
server_address: smtp.gmail.com
server_port: 587
secure: true
tls: true
username: aaaaa@gmail.com
password: ***
subject: Message from github actions.
to: aaaa@gmail.com
from: aaaa@gmail.com
body: workflow for arunkontham/spring-boot-spring-security-jwt-authentication completed successfully!
Error: 139840886409152:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

Error: 140339862214592:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:

@helprequried

iRupam commented

Hi @arunkontham, I'm trying to build a similar workflow! Did you fix/solve the issue? I want that whenever someone stars a particular repository of mine, it should send a mail to my mail(already defined in Github Secret). Please let me know.