<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged mail</title>
<link>https://overflow.efficy.io/?qa=tag/mail</link>
<description>Powered by Question2Answer</description>
<item>
<title>Exchange provider that allow impersonate rights modification</title>
<link>https://overflow.efficy.io/?qa=6612/exchange-provider-allow-impersonate-rights-modification</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;A client has an Exchange server provided by OVH (no Office 365). Their issue is that OVH won't let them setup impersonate rights on an user to sync with Efficy.&lt;/p&gt;

&lt;p&gt;They do not want to migrate to Office 365 or get an On premise server for this.&lt;/p&gt;

&lt;p&gt;Does anyone know of a client that has an Exchange server provider that can allow impersonate rights ?&lt;/p&gt;

&lt;p&gt;It's a French client so a French provider/Hosted in France would be nice. &lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6612/exchange-provider-allow-impersonate-rights-modification</guid>
<pubDate>Mon, 27 Jun 2022 08:03:34 +0000</pubDate>
</item>
<item>
<title>Modify the size of the MEMO field in the automatic mails sent during the notification of modification of actions</title>
<link>https://overflow.efficy.io/?qa=6166/modify-automatic-during-notification-modification-actions</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to change the number of characters in the MEMO field displayed in the email sent automatically during email notifications when an action is created.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=9516844821417465012&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6166/modify-automatic-during-notification-modification-actions</guid>
<pubDate>Mon, 14 Jun 2021 10:37:21 +0000</pubDate>
</item>
<item>
<title>Email Template using multiple tables</title>
<link>https://overflow.efficy.io/?qa=5374/email-template-using-multiple-tables</link>
<description>&lt;p&gt;Hi all,&lt;br&gt;
I am facing some difficulties to implement a new email template. &lt;br&gt;
In our using context, we have to send an email to a specific contact of a company. &lt;br&gt;
In this email, we include some information about a case in helpdesk like the company which is impacted.&lt;br&gt;
We are using multiple link between an incident and companies. And each company has a specific type (&quot;Adhérent&quot;, &quot;Fournisseur&quot;) &lt;br&gt;
So my question is, I would be able to insert in my template the Company name where the relation between the company and case has the value &quot;1&quot; (Adhérent)&lt;br&gt;
I tried to do this with the operator &quot;onfield&quot; but I cannot obtain  the value of the filed just text. &lt;br&gt;
Can you help me for this ? &lt;br&gt;
Regards,,&lt;br&gt;
Take care.&lt;br&gt;
Julien&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5374/email-template-using-multiple-tables</guid>
<pubDate>Tue, 31 Mar 2020 09:36:03 +0000</pubDate>
</item>
<item>
<title>Instant email on projects</title>
<link>https://overflow.efficy.io/?qa=4987/instant-email-on-projects</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have a strange problem with a customer, when we launch instant email from project consult and i choose an email template, the attachments of the linked documents to the project are also attached to the email. &lt;/p&gt;

&lt;p&gt;I cannot find if this is standard in 11.1 or in the customs. My hope is that there is somebody that could give me a tip or lead to solve this problem. &lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

&lt;p&gt;Kr,&lt;/p&gt;

&lt;p&gt;Michael&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4987/instant-email-on-projects</guid>
<pubDate>Tue, 05 Nov 2019 10:34:32 +0000</pubDate>
</item>
<item>
<title>Knowing if Efficy.sendExternalMail failed</title>
<link>https://overflow.efficy.io/?qa=4235/knowing-if-efficy-sendexternalmail-failed</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For one of our customer we tried want to implement a complex flow were in the end, people get mails. We will use the function &lt;code&gt;Efficy.sendExternalMail&lt;/code&gt; for that.&lt;/p&gt;

&lt;p&gt;The customer asked me a really good question. How can we know that the mail was actually send ?&lt;/p&gt;

&lt;p&gt;I tried this in a scheduler :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Efficy.sendExternalMail('lbe[at]efficy.com', 'lbe[at]efficy.com', '', 'hello ?', 'test test test');

Efficy.sendExternalMail('lbe[at]efficy.com', 'superman[at]efficy.com', '', 'hello ?', 'test test test');

Efficy.sendExternalMail('lbe[at]efficy.com', 'efficy[at]ab78cdefghijkl4mnokqrst.com', '', 'hello ?', 'test test test');

Efficy.sendExternalMail('superman[at]efficy.com', 'efficy[at]ab78cdefghijkl4mnokqrst.com', '', 'hello ?', 'test test test');
&lt;/code&gt;&lt;/pre&gt;

&lt;ol&gt;
&lt;li&gt;The first one is a real address, sending to a real address&lt;/li&gt;
&lt;li&gt;The second one is a real address, sending a to a fake adresse ( I think ), but the domain exist&lt;/li&gt;
&lt;li&gt;The third one is a real address, sending to a fake address, except the domain does not exist (I am pretty sure. I didn't check :) )&lt;/li&gt;
&lt;li&gt;The fourth one is a fake address, sending to a fake address, and the domain does not exist&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here's what I can find in SYS_MAIL after the scheduler :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=15599451128798894261&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;After the mail dispatcher did his job, here is what I got in my mailbox (&lt;em&gt;Emails are not allowed&lt;/em&gt;) :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First mail was obviously a sucess&lt;/li&gt;
&lt;li&gt;I got a response from the @efficy smtp for the second address&lt;/li&gt;
&lt;li&gt;Still no news from the second&lt;/li&gt;
&lt;li&gt;And the fourth, I don't expected much, but I got nothing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In sys_mails : the table is empty.&lt;/p&gt;

&lt;p&gt;If theses mails had been sent by, my Outlook, I would have received an error for the third one.&lt;/p&gt;

&lt;p&gt;The demand of the customer is simple. He want to be warn when an email was not successfully sent. &lt;/p&gt;

&lt;p&gt;How can I respond to that ? &lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4235/knowing-if-efficy-sendexternalmail-failed</guid>
<pubDate>Tue, 14 May 2019 21:37:25 +0000</pubDate>
</item>
<item>
<title>Send an email with a &quot;Blind carbon copy&quot;</title>
<link>https://overflow.efficy.io/?qa=4206/send-an-email-with-a-blind-carbon-copy</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;One of my customer would like to add a contact in BCC in one of his process. For this process, we use &quot;Efficy.sendExternalMail&quot;. But I don't see any option to add a BCC.&lt;/p&gt;

&lt;p&gt;Is it possible ? &lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4206/send-an-email-with-a-blind-carbon-copy</guid>
<pubDate>Thu, 09 May 2019 11:35:47 +0000</pubDate>
</item>
<item>
<title>Efficy 11 - Saving mail to efficy only works for administrators in Mac environment</title>
<link>https://overflow.efficy.io/?qa=4050/efficy-saving-mail-efficy-works-administrators-environment</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;A client using Build 11.0.12921 and using a Mac environment is experiencing troubles when saving an email to efficy.&lt;/p&gt;

&lt;p&gt;The sidebar works and the plugin is availbale, however when the user tries to save a mail nothing happens.&lt;br&gt;
But when a user is in the administrator group, the functionality works fine.&lt;/p&gt;

&lt;p&gt;I haven't found anything in the custom that would explain this.&lt;/p&gt;

&lt;p&gt;Below the settings for the admin group and one of a group which doesn't work.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=14110688774357919075&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=559147489466404732&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Any suggestions on where to look are appreciated.&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4050/efficy-saving-mail-efficy-works-administrators-environment</guid>
<pubDate>Thu, 21 Mar 2019 12:39:13 +0000</pubDate>
</item>
<item>
<title>Line break in script for an email template</title>
<link>https://overflow.efficy.io/?qa=3540/line-break-in-script-for-an-email-template</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;someone knows how to make a line break in a script for the running of a runscript for an email template.&lt;/p&gt;

&lt;p&gt;I want to replace the splash in this function with a line break &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var nature = &quot; &quot;;
    var entyDS = Efficy.GetMasterDataSet(ContextHandle, 0);
    if(!entyDS || entyDS.IsEmpty) return &quot;$$ENCODE$$&quot; + nature;
    entyDS.first();
    while(!entyDS.EOF) {
        if(entyDS.FieldByName(&quot;F_STATUT&quot;).asFloat)
            nature = entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_1&quot;).asString+' / '+entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_2&quot;).asString+' / '+entyDS.fieldByName(&quot;R_F_NATURE_NIVEAU_3&quot;).asString;
        entyDS.next();
    }
    return nature;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I thank you in advance,&lt;/p&gt;

&lt;p&gt;Sincerely, Jean.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3540/line-break-in-script-for-an-email-template</guid>
<pubDate>Thu, 13 Sep 2018 15:39:34 +0000</pubDate>
</item>
<item>
<title>meaning of Badge for document/email</title>
<link>https://overflow.efficy.io/?qa=3307/meaning-of-badge-for-document-email</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a question about the meaning of Badge for document and email, as far as i found in build notes it means there's document(s) or mail(s) to be handled by user, the query behind is checking UPLOADSTATE = 1, so what does this mean? when we get this field (UPLOADSTATE) set to 1? is it something related to &quot;AutoMailUploader&quot; service? or scanned document?&lt;/p&gt;

&lt;p&gt;Thank you in advance for the help and clarification.&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3307/meaning-of-badge-for-document-email</guid>
<pubDate>Mon, 18 Jun 2018 09:33:25 +0000</pubDate>
</item>
<item>
<title>Error on running script on auto mail uploader</title>
<link>https://overflow.efficy.io/?qa=2444/error-on-running-script-on-auto-mail-uploader</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to run a script on uploading email and convert it to task using auto mail uploader (though &quot;script&quot; field in configuration of mail uploader), but i'm getting the following error when i run the service like in the screenshot below.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5701129296476532114&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;The script is like the following, simply link a user to created task:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    function BeforeCommit(EditHandle, Inserted){
    LinkUserToAction(EditHandle, Inserted);
}

function LinkUserToAction(EditHandle, Inserted){
    var USER = 4;
    Database.SetUsers(EditHandle, USER, false);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Please advise.&lt;/p&gt;

&lt;p&gt;Thank you in advance for your help.&lt;/p&gt;

&lt;p&gt;Best Regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2444/error-on-running-script-on-auto-mail-uploader</guid>
<pubDate>Thu, 20 Apr 2017 13:13:32 +0000</pubDate>
</item>
<item>
<title>Invite by mail button on Agenda view</title>
<link>https://overflow.efficy.io/?qa=1297/invite-by-mail-button-on-agenda-view</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to add a button on Agenda view to generate action like &quot;invite by mail&quot; (exist in Appo Edit mode). i want to generate mail appointments for the whole week appointments.&lt;/p&gt;

&lt;p&gt;I was checking, and the issue that there's a black-box function &quot;CallEfficyProtocol&quot; that create the invitation using #EditHandle, so how can i achieve this custom (from agenda view) and manipulate the #EditHandle?&lt;/p&gt;

&lt;p&gt;Please advise.&lt;br&gt;
Thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1297/invite-by-mail-button-on-agenda-view</guid>
<pubDate>Fri, 29 Jan 2016 10:30:57 +0000</pubDate>
</item>
<item>
<title>upload mail to efficy from script</title>
<link>https://overflow.efficy.io/?qa=1158/upload-mail-to-efficy-from-script</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm using datasync to parse directory and upload all email in it to Efficy. I've tried to use the usual way of insertAttachment to newly created Mail &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ImportFiles.prototype.ImportFile = function(EditMail, FilePath, FileName) {
        Database.InsertAttachment(EditMail, 1, FilePath);
        var AttachmentText = StrLoadBinaryFile(FilePath); 
        var FileDS = Database.GetDetailDataSet(EditMail, ntFile);  
        FileDS.Edit;
        FileDS.FieldByName('STREAM').AsString = AttachmentText;
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'FILESIZE', AttachmentText.length); 
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'PATH', FilePath); 
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'COMMENT', FileName);
        Database.CommitChanges(EditMail, false);
        Database.CloseContext(EditMail);
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;but i'm getting error:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Error during CommitChanges on &quot;Mail&quot;: Could not convert variant of&lt;br&gt;
  type (Null) into type (Double)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Please advise.&lt;br&gt;
thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1158/upload-mail-to-efficy-from-script</guid>
<pubDate>Fri, 08 Jan 2016 16:31:27 +0000</pubDate>
</item>
<item>
<title>Efficy Addins disappears in outlook</title>
<link>https://overflow.efficy.io/?qa=1073/efficy-addins-disappears-in-outlook</link>
<description>&lt;p&gt;Efficy Addin disappears in outlook&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1073/efficy-addins-disappears-in-outlook</guid>
<pubDate>Thu, 31 Dec 2015 13:31:48 +0000</pubDate>
</item>
<item>
<title>How to add a new profile in Outlook after a migration</title>
<link>https://overflow.efficy.io/?qa=1069/how-to-add-a-new-profile-in-outlook-after-a-migration</link>
<description>&lt;p&gt;How to add a new profile in Outlook after a migration&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1069/how-to-add-a-new-profile-in-outlook-after-a-migration</guid>
<pubDate>Thu, 31 Dec 2015 11:28:54 +0000</pubDate>
</item>
</channel>
</rss>