ACCOUNT SMTP per invio in MASSA di posta | Nessun LIMITE!

« Older   Newer »
  Share  
MisterZXY
CAT_IMG Posted on 28/10/2012, 13:39     -2   +1   -1




salve da qualche giorno ho installato hMailServer

E dopo tanta fatica sono riuscito a farlo funzionare in WLAN :)

QUI un account gratuito per testarlo:
SMTP: missxx.no-ip.org
account: [email protected]
pass: 12345678

Example of an Email customize (the sender WILL NOT displayed!!!):

CODICE
$SmtpServer = "missxx.no-ip.org"                ; address for the smtp-server to use - REQUIRED
$FromName = "whateverYouWant"                                    ; name from who the email was sent
$FromAddress = "whateverYouWant 2"                                 ; address from where the mail should come
$ToAddress = "provaqwertt@libero.it"                ; destination address of the email - REQUIRED
$Subject = "whatever you want"                 ; subject from the email - can be anything you want it to be
$Body = "whatever you want, EVEN HTML"               ; the messagebody from the mail - can be left blank but then you get a blank mail
$AttachFiles = ""                    ; the file you want to attach- leave blank if not needed
$Importance = "Normal"                  ; Send message priority: "High", "Normal", "Low"
$Username = "tester@missxx.no-ip.org"                    ; username for the account used from where the mail gets sent - REQUIRED
$Password = "12345678"                  ; password for the account used from where the mail gets sent - REQUIRED
$IPPort = 25                         ; port used for sending the mail
$ssl = 0 ;

// poi metteteci la classica funzione _INetSmtpMailCom


La mail è completamente personalizzabile :)
anche il mittente è personalizzabile =)
es: admi@vostra_azienda.it

Esempio Inbox:
missxx_mail

Fatene Buon uso :D
ciao!
 
Top
CAT_IMG Posted on 28/10/2012, 17:56     +1   -1

So implementare gli object

Group:
Admin
Posts:
1,215
Reputazione:
+150

Status:


Quindi mi stai dicendo che le mail mandate un server installato su un pc di casa, collegato alla rete via WiFi, con ip dinamico non vengono messe nella cartella Posta Indesiderata senza neanche dover runnare l'Antispam? :asd:
 
Top
MisterZXY
CAT_IMG Posted on 28/10/2012, 18:35     +1   -1




oh provaci xD

Con gmail a me nn ci vanno =)
 
Top
2 replies since 28/10/2012, 13:39   161 views
  Share