Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit d35e16b

Browse files
committed
Added getEmailTypes
1 parent 56b3949 commit d35e16b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Carriers/Transsmart.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ public function getDocument($id)
246246
return $this->get('/Document?id=' . $id);
247247
}
248248

249+
public function getEmailTypes()
250+
{
251+
return $this->get('/EmailType');
252+
}
249253

250254
/**
251255
* @return TranssmartLogger

0 commit comments

Comments
 (0)