Jump to content

Recommended Posts

Posted

This may be a dumb question but ...

I am currently using the ">Smtp Mailer That Supports Html And Attachments" by Jos (thank you Jos - cool script) to send emails from my script.  I am trying to ensure that a copy of the sent email gets saved to the server so you can see it in the sent folder.   I am using an account hosted by 1and1 for the email but am not on their Exchange server.  A copy does get saved to the sent folder when I do it from my phone.  The phone uses SSL (as does the script).  The only difference (and I assume it is important) is  the phone uses port 587 for SMTP.  This port is refused by the script which, as a result, uses 465 instead to send.   Is there any way to use that port 587 from the script?  Alternatively, is  there something else I should be doing?

Any help would be appreciated.

Happy holidays,

JFish

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

  • Moderators
Posted

Are you marking ssl as true?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

  • Developers
Posted (edited)

Your phone APP makes the copy into the SendItems, like Outlook does in Windows.

The actual SMTP sending of the email via your gmail account only send the it.

Jos

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

@Jos - thanks for the clarification on that.  Is there anywhere I can look to figure out how to make a copy into the SendItems so I can see it on in my webmail client OR does that require the use of a local client to send the message - meaning it is not possible from the script (which was suggested on another forum when I Googled "CDO.Message" and "SendItems")?

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Posted

@Jos -  Yes, I have been using the BCC.  It is an application for my wife for her business.  I should have said "don't delete those"  because of course she did so I was just looking for an easy way to save them.  I think I may create another mailbox and BCC that one also for a comprehensive set of emails as a work around.

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

  • 1 month later...
Posted

@Jfish

Try this.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Thanks.

and

Welcome to the forum.

mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • Developers
Posted
  On 2/15/2015 at 9:30 AM, mLipok said:

@Jfish

Try this.

Just wondering: How would that help creating an entry of the send messages in your Send Items folder or did I miss something?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Posted

@mLipok -

I may be mistaken but that appears to keep a copy of the email as a file locally.  Is that right?  If so, while useful, it is not really what I was looking for.  I was trying to find a way to store it back to the email account on the SMTP server so that it could be accessed from anywhere (as in what happens when you use your phone to send email). 

JFish

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...