New Releases: Difference between revisions
From MobileX for SageCRM
Crmtogether (talk | contribs) No edit summary |
Crmtogether (talk | contribs) No edit summary |
||
Line 22: | Line 22: | ||
Example of Office365 settings | Example of Office365 settings | ||
<add key="EmailFrom" value=" | <add key="EmailFrom" value="frank@acmeinc.com"/> | ||
<add key="EmailHost" value="smtp.office365.com"/> | <add key="EmailHost" value="smtp.office365.com"/> | ||
<add key="EmailHostPort" value="25"/> | <add key="EmailHostPort" value="25"/> | ||
<add key="EmailUserName" value=" | <add key="EmailUserName" value="frank@acmeinc.com"/> | ||
<add key="EmailPassword" value="****************"/> | <add key="EmailPassword" value="****************"/> | ||
<add key="EnableSsl" value="Y"/> | <add key="EnableSsl" value="Y"/> |
Revision as of 15:56, 12 September 2023
Sept 13th 2023 (over air update)
5.2.2.5 API Version - 5.2.2.5
- ICS file download page
- Email templates "mailto" page
- Ability to edit Company/person on appt
For details see https://vimeo.com/863634292
For the email option on the ICS page you have to add in the following tags and fill in your SMTP server values
<add key="EmailFrom" value="user@domain.com"/> <add key="EmailHost" value="smtp.domain.com"/> <add key="EmailHostPort" value="25"/> <add key="EmailUserName" value="user@domain.com"/> <add key="EmailPassword" value="****************"/> <add key="EnableSsl" value="Y"/>
Example of Office365 settings
<add key="EmailFrom" value="frank@acmeinc.com"/> <add key="EmailHost" value="smtp.office365.com"/> <add key="EmailHostPort" value="25"/> <add key="EmailUserName" value="frank@acmeinc.com"/> <add key="EmailPassword" value="****************"/> <add key="EnableSsl" value="Y"/>
To be able to send emails via SMTP with office 365 you need to enable this
https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission
July 12th 2023 (over air update)
5.2.1.3
API Version - 5.2.1.3
- Fix for MobileX Contact Scanner feature
- Fix for GroupCodes (Sage 300 Integration) field display.
APRIL 2023
Native Apps
Nov 27th 2022 (over air update)
5.2.0.4
- Fix for MX appt/tasks updating and extending
Nov 18th 2022 (over air update)
5.2.0.3
- Fix for MX business card scanner - New Company selection bug
Oct 10 2022 5.2.0.0
- New UI
- Online help updated - only MobileX specific items documented here. See https://accelerator.crmtogether.com/ for screen and list customisation details