Ucretsiz BaseElements Plugin icerisindeki BE_SMTP_Send fonksiyonu ile SMTP uzeri HTML mail gondermeniz mumkun. Hic kullanmadim ancak https://community.filemaker.com/thread/167798 azda olsa bilgi edinebilirsiniz.
****************************************
Kucuk bir kodlama ornegi:
BE_SMTP_Server ( server { ; port ; username ; password } )
BE_Curl_Set_Option ( "BE_CURLOPT_FORCE_STARTTLS" ; True )
BE_SMTP_Send ( from ; to ; subject ; text { ; cc ; bcc ; replyTo ; html ; attachments } )
BE_SMTP_Send ( "from@example.com" ; "to@example.com" ; "subject" ; "body plain text" ; "" ; "" ; "" ; "<html><h1>HI!</h1>" )
*********************************
BaseElements bilgilendirme adresi: https://baseelementsplugin.zendesk.com/hc/en-us/articles/204528277-BE-SMTP-Send