action-send-mail
action-send-mail copied to clipboard
issue of sending email
Run dawidd6/action-send-mail@v3.8.0 with: server_address: smtp.gmail.com server_port: 587 secure: true tls: true username: [email protected] password: *** subject: Message from github actions. to: [email protected] from: [email protected] 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
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.
+1