Skip to content

Instantly share code, notes, and snippets.

@i-tabu
Last active March 18, 2016 12:43
Show Gist options
  • Save i-tabu/93de5701af03cbd150b8 to your computer and use it in GitHub Desktop.
Save i-tabu/93de5701af03cbd150b8 to your computer and use it in GitHub Desktop.
Sample send call with CC & BCC
https://api.pepipost.com/api/mail.send.json?
&api_key=yourapikey
&to[][email protected]
&toname[]=Destination
&[email protected]
&ccname=CCDestination
&[email protected]
&bccname=BCCDestination
&subject=Example_Subject
&text=testingtextbody
&[email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment