Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.39 KB | None | 0 0
  1.         $sendResult = $postmark->sendEmailWithTemplate(
  2.             $postmarkEmail,
  3.             $estimateSendEmail, // contact email
  4.             $postmarkTemplate,
  5.             [
  6.                 "imageurl"          => $postmarkCompanyLogo,
  7.                 "company_url"       => $postmarkURL,
  8.                 "company_name"      => $postmarkCompany,
  9.                 "company_address"   => $postmarkAddress,
  10.                 "company_postcode"  => $postmarkPostcode,
  11.                 "company_city"      => $postmarkCity,
  12.             ]
  13.         );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement