Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Netzwerke (https://www.delphipraxis.net/14-netzwerke/)
-   -   Delphi Email senden ohne Outlook (https://www.delphipraxis.net/119786-email-senden-ohne-outlook.html)

thomas2009 31. Aug 2008 20:45


Email senden ohne Outlook
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hallo
ich verwende JvMail um einen Text mit einer Datei zu schicken
Es wird aber dabei Outlook aufgerufen

Ich möchte diesmal die Email via normal Email zuschicken. d.h. es soll meine Email Konto statt Outlook aufgerufen werden. In Internet Explorer, sehe ich, dass Outlook der Standard ist. Sehe Anhang

Muss ich unbedingt im Bereich Email in Internet Explorer, "hotmail" auswählen oder
gibt es eine andere Lösung ?

mkinzler 31. Aug 2008 20:47

Re: Email senden ohne Outlook
 
Direkt mit einer POP3/IMAP-Komponente (INDY, ICS, Synapse, ...)

smallsmoker 1. Sep 2008 06:13

Re: Email senden ohne Outlook
 
hier habe eine funktion gepostet die das sehr einfach macht auch mit anhängen :) da ist auch ein beispiel programm zu finden.
mfg smallsmoker

thomas2009 1. Sep 2008 10:41

Re: Email senden ohne Outlook
 
Indy ist installiert, trotzdem bekomme ich errors
[Error] uemail.pas(82): Undeclared identifier: 'TIdAttachment'
[Error] uemail.pas(82): Missing operator or semicolon
[Error] uemail.pas(86): Undeclared identifier: 'AuthenticationType'
[Error] uemail.pas(87): Undeclared identifier: 'AuthenticationType'
[Error] uemail.pas(87): Undeclared identifier: 'atLogin'
[Fatal Error] email_example.dpr(5): Could not compile used unit 'uemail.pas'

mkinzler 1. Sep 2008 10:45

Re: Email senden ohne Outlook
 
Welche Delphiversion? Welche INDY-Version?

thomas2009 1. Sep 2008 11:05

Re: Email senden ohne Outlook
 
Zitat:

Zitat von mkinzler
Welche Delphiversion? Welche INDY-Version?

D7

momo54321 31. Mär 2012 16:52

AW: Email senden ohne Outlook
 
ab Indy v10 kommen die obigen Fehlermeldungen.

Zitat:

The AuthenticationType property no longer exists. The AuthenticationType property was specific to SMTP client. All authentication functionality has been moved into separate pluggable components. To use an authentication type other than basic, you will need to use the authentication components on the component palette. Two new properties in SMTP client also exist: AuthType and SASLMechanisms. AuthType was renamed as its values changed and have different meanings now.



Unless you were using authentication, and the authentication was a type other than basic, you can simply click ignore.


Dieser toller schnipsle funktioniert auch nicht mehr mit indy 10, wenn einer zeit hat, könnte man dies ja updaten...
http://www.delphipraxis.net/15049-ma...eber-indy.html

mfg


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:13 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz