Coder Social home page Coder Social logo

ses-go's People

Contributors

srajelli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

ses-go's Issues

MissingEndpoint: 'Endpoint' configuration is required for this service

Hi
When I try to send mail using:

package main
import (
	"fmt"

	"github.com/srajelli/ses-go"
)

func main() {
	ses.SetConfiguration("my_my_aws_key_id", "my_aws_secret_key", "email-smtp.us-east-1.amazonaws.com")
	
	emailData := ses.Email{
		To:      "[email protected]",
		From:    "[email protected]",
		Text:    "Hi this is the text message body",
		Subject: "Sending email from aws ses api",
		ReplyTo: "[email protected]",
	}

	resp := ses.SendEmail(emailData)

	fmt.Println(resp)
}

I get this runtime error:

MissingEndpoint: 'Endpoint' configuration is required for this service
{

}

Appreciate your help to fix this.

Multiple / bulk destination

Hi,

I've found this libs since its so simple and able to attach the AWS_SECRET_KEY and AWS_ACCESS_ID without set it in OS environment. However, I've tried to send email to the multiple destination but its failed.

Is there any special format to send email to the multiple destination?

Thank you

Bayu Permadi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.