Skip to content

Add multi address into maillist in one time #48

Description

@hairihan

Hi HashNuke,

How can I adding several email addresses into one maillist in one time?
I tried to using following method, but it's only support to add one address.
It will cause timeout err when there are a plenty amount of address.

# Adds a mailing list member with a given address
    # NOTE Use create instead of add?
    def add(member_address, options={})
      params = {:address => member_address}
      Mailgun.submit :post, list_member_url, params.merge(options)
    end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions