{config/config.development.json}
-ACCOUNT_SID
-AUTH_TOKEN
-FROM_NUMBER
-SENDGRID_API_KEY
{main.go}
-TO="+123456789"
-BODY="Sample sms text"
-EMAIL_FROM_NAME
-EMAIL_FROM
-EMAIL_TO_NAME
-EMAIL_TO
-EMAIL_SUBJECT
-EMAIL_BODY
Note: Env variable can also assign on the go by commenting init function in main.go
$ go run .