Jump to content
Macro Express Forums

Recommended Posts

Posted

Hello...

 

I have never used ME to send an email in a macro...

 

I am trying to set it up with no luck...

 

I would like to use my gmail account / settings but

can use yahoo...

 

Any advice or suggestions on how to set up?

 

Thanks,

F

Posted

It's easy and straightforward. I've only used the mail servers from my Office other accounts accounts, but it's the same for all SMTP. Find your settings at the Google help site and configure the mail server connections in Preferences. 

Posted

Thanks for the reply...

 

I tried that set up and tried the different ports (25,465)

 

when i run the macro i get an error that says

 

SCRIPT ERROR

 

Message could not be sent

"already connected"

Posted

25 is non encrypted. Gmail will not accept that. 465 is for SSL, the older protocol, and 587 is TLS which I'm guessing is what they want. 

Posted

I have no idea what that means. 

 

https://sendpulse.com/

 

I just thought of something else. I had problems with some equipment no working with an SMTP server. I signed up for a free account from these guys and it worked great. Provided you're not sending a huge number of emails, this works well. There are many others like this as well. 

Posted

hello that was a mistake above. 

THANKS FOR ALL OF YOUR HELP...

i looked at the company.  how would i apply it to my macro.

right now i have to set up a WINDOW and do a bunch of steps.  opening up the possibilities of mistakes

and glitches so my desire is to eliminate those possibilities...

 

fyi here is what i have now...

image.png.07577bdf441664708c2010ae20736b5d.png

Posted

The Email Send command is much simpler. It's the top one under the Internet group.

Posted

i know,   that is why i am TRYING to set up smtp and have issues...

 

I tried gmail (both a free gmail and a paid workspace) and no luck.

 

the company you suggested, how would that work with the macro?

 

F

Posted

The same. You configure MEP with the the SMTP server parameters and use the simple Email Send command. Host, port, credentials. email address and display name. That's it. 

Preferences > Email > SMTP Settings. 

Posted

Do you have security software that's blocking MEP? 

What error are you getting?

Posted

the only security is windows and i added MAP to exceptions...

 

The macro is a 1 line macro - <EMAIL SEND Prompt_for_Recipients="FALSE" To="[email protected]" Read_Receipt="FALSE" Subject_Mode="\x00" Subject="eee" Body="eee" Attach_Mode="\x00"/>) 

 

port 2525  - Message could not be sent

port 465 - Macro just runs.  nothing happens.  have to terminate MEP in order to move on... (clicking on green running man does nothing)

port 587 - same as 465

 

F

 

Posted

what is ISS? (pulse or MEP)

 

let me clarify what i have,  maybe this all my fault.

smtp settings - those are correct.

the macro i made is one line only...EMAIL SEND

 

I run macro and get the errors / issues I mentioned above

 

F

Posted

ISS = Insight Software Solutions is the maker of MEP. 

https://www.macros.com/supportrequest/

 

If you have all the settings correct in MEP you should only need the one line. Since you have tried multiple SMTP servers it sounds like something besides MEP is causing it not to send.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...