I have an email trigger code using Zend.
$mailTransport = new Zend_Mail_Transport_Smtp($this->smtp_host, $config);
$mail = new Zend_Mail('UTF-8');
$mail->setFrom($from['email'], $from['name']);
$mail->addTo($to);
$mail->setSubject...
In my application I use SendEventHandler from Outlook to capture the click on the "Send" button of the email in outlook and open a screen for the observation of the email that was sent.
I have the main class where I generate the emails:
pub...
How to change Outlook signature via VBA depending on a particular situation ...
In my Outlook I have 2 pre-defined signatures (Internal and External)
I already have a Script that identifies when the email is External or Internal
Basic s...
I ran several tests using an image with absolute path. Inside the intranet works perfectly, but in extranet (GMAIL / OUTLOOK) it does not work at all. Can anyone help?
I'm trying to send mail using Outlook, through Delphi7, I've used this Documentation: Command-line switches to open outlook with message parameter passing, conforms below:
var
para,assunto,mensagem : string;
begin
para := '[email protected]...
I have the following problem when sending an email with my application, at the time of opening the email, the Outlook provider modifies the template tags by placing the "x _" at the beginning of the name and id attributes of the tag.
Hom...
I have a file in msg format, if I click on it twice it opens in outlook with a configured signature.
But it does contain images, does anyone know how I can edit the location that loads the images in this file? because I have to put them online o...
What is the VBA code that I should use to select an email from a different Outlook account from an Excel?
That is, I need to configure for a team of 30 people that the excel file I created recognizes the email they use to talk to clients, not...
I'm working on a macro to print all emails received in PDF but it's not working, I do not know if it's the version of my adobe that is the latest one.
Does anyone have any ideas?
This script
Public Sub PrintAttachments()
Dim Inbox As MAP...
Gentlemen, I have the following problem.
Every Monday, I receive a system of 12 emails, which are:
SIXTH:
MIPS_1
MIPS_2
MIPS_3
MIPS_4
SATURDAY:
MIPS_1
MIPS_2
MIPS_3
MIPS_4
SUNDAY:
MIPS_1
MIPS_2
MIPS_3
MIPS_...