Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Info IPC EMail Manager

    Nobody is reading this thread right now.

asnica78

Newbie
Registriert
17. Februar 2013
Beiträge
17
Reaktionspunkte
0
Punkte
1
salve vorrei chiedere agliesperti che funzioni specifiche fà e dove o come posso cercare di capire come si attiva e configura.
grazie a tutti
 
AW: IPC EMail Manager

Con il IPC Manager puoi mandare Email a tuoi clienti

Gesendet von meinem GT-I9300 mit Tapatalk 2
 
AW: IPC EMail Manager

ciao meister volevo domandarti come si fa a mandare email ai clienti? ho cercato di trovare qualche quida ma non la trovo quando entro nel pannelo ipc e vado su
ipc email manager dopo come vado avanti...
 
AW: IPC EMail Manager

Devi configurare la tua email nella config.php per mandare emails a tuoi clienti.
 
AW: IPC EMail Manager

ciao meister prima tutto grazie
dopo volevo domandarti ho provato a cercare sul mio server config.php ma non lo trovo o dovrei installare come faccio?
 
AW: IPC EMail Manager

La trovi nel webinterface dell IPC sotto il editor.

Gesendet von meinem GT-I9300 mit Tapatalk 2
 
AW: IPC EMail Manager

Che Provider E-Mail usi?

Cosi ti preparo io qualcosa

ps. Nel IPC Webinterface trovi anche un piccolo "how-to" e una lista dei provider:

 
AW: IPC EMail Manager

Qui un piccolo esempio per Googlemail/G-Mail:

Code:
// Manager -> EMail Manager

// send EMail from..
$EMail['FROM'] = "[COLOR=#ff0000]nome[/COLOR]";
$EMail['FROMNAME'] = "[COLOR=#ff0000]nome[/COLOR]";
// use SMTP: true / false
$EMail['SMTP'] = "[COLOR=#ff0000]true[/COLOR]";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls
$EMail['SMTPSecure'] = "[COLOR=#ff0000]ssl[/COLOR]";
// SMTP HOST only if SMTP=true
$EMail['HOST'] = "[COLOR=#ff0000]smtp.gmail.com[/COLOR]";
// SMTP PORT only if SMTP=true and not default 25
$EMail['PORT'] = "[COLOR=#ff0000]465[/COLOR]";
// SMTP USER only if SMTP=true
$EMail['USER'] = "[COLOR=#ff0000]username del email[/COLOR]";
// SMTP PASS only if SMTP=true
$EMail['PASS'] = "[COLOR=#ff0000]password del email[/COLOR]";

E per Hotmail prova cosi:

Code:
// Manager -> EMail Manager

// send EMail from..
$EMail['FROM'] = "[COLOR=#ff0000]nome[/COLOR]";
$EMail['FROMNAME'] = "[COLOR=#ff0000]nome[/COLOR]";
// use SMTP: true / false
$EMail['SMTP'] = "[COLOR=#ff0000]true[/COLOR]";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls
$EMail['SMTPSecure'] = "[COLOR=#ff0000]tls[/COLOR]";
// SMTP HOST only if SMTP=true
$EMail['HOST'] = "[COLOR=#ff0000]smtp.live.com[/COLOR]";
// SMTP PORT only if SMTP=true and not default 25
$EMail['PORT'] = "[COLOR=#ff0000]587[/COLOR]";
// SMTP USER only if SMTP=true
$EMail['USER'] = "[COLOR=#ff0000]username del email[/COLOR]";
// SMTP PASS only if SMTP=true
$EMail['PASS'] = "[COLOR=#ff0000]password del email[/COLOR]";
 
AW: IPC EMail Manager

grazie meister
allora se ho capito va bene cosi giusto...

// Manager -> EMail Manager// send EMail from..$EMail['FROM'] = "nome"; qui metto per esempio quello che voglio giusto
$EMail['FROMNAME'] = "nome"; qui metto anche quello che voglio
// use SMTP: true / false$EMail['SMTP'] = "true";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls$EMail['SMTPSecure'] = "tls"; qui lascio cosi
// SMTP HOST only if SMTP=true$EMail['HOST'] = "smtp.live.com";questo lo lascio cosi
// SMTP PORT only if SMTP=true and not default 25$EMail['PORT'] = "587"; qui lascio cosi
// SMTP USER only if SMTP=true$EMail['USER'] = "username del email"; quimetto il mio user un esempio peppe010
// SMTP PASS only if SMTP=true$EMail['PASS'] = "password del email"; qui metto la pass del provider
 
meister85 , grazie sono riuscito pure io a usare le mail. molto comode.
 
AW: IPC EMail Manager

grazie mille meister adesso se voglio mandare una email a un cliente come faccio un esempio se si puo grazie
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…