Welcome Guest. Please Login or Register  


You are here: Index > Webuzo > General Support > Topic : email SMTP



Threaded Mode | Print  

 email SMTP (4 Replies, Read 7397 times)
wapumts
Group: Member
Post Group: Working Member
Posts: 139
Status:
Hello
How do you create an SMTP authenticated email box with webuzo?
IP: --   

email SMTP
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Hi,
thank you for your question. Seems different users are asking the same question.

A Webuzo Team member will reply to you as soon as possibile.
Are you a free License user?

You can also doing a Google search for understand how configure SMTP.


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

email SMTP
wapumts
Group: Member
Post Group: Working Member
Posts: 139
Status:
Hello
a question :
From form by site with phpmailer
Is it normal for a 1 or 2 second delay to send an email with SMTP verification?
The same email, without verification, starts right away but goes spam?
The delay depends on the SMTP server?
Thanks for waiting
IP: --   

email SMTP
wapumts
Group: Member
Post Group: Working Member
Posts: 139
Status:
//Your SMTP servers details

$mail->IsSMTP();              // set mailer to use SMTP
//$mail->IsHTML(true);
$mail->IsHTML(false);
//$mail->SMTPDebug = 0;
//$mail->SMTPKeepAlive = true;
$mail->SMTPSecure = 'ssl';
//$mail->CharSet = 'UTF-8';
$mail->Username = "noreply@domain.com";  // SMTP username
$mail->Password = "xxxxxxxxx"; // SMTP password
//$mail->Host = "ns0.ovh.net";  // specify main and backup server or localhost
$mail->Host = "smtp.domain.com";  // specify main and backup server or localhost
$mail->Port = 5025; // or 587
$mail->SMTPAuth = true;    // turn on SMTP authentication


//$mail->SMTPSecure = 'none';
//$mail->SMTPSecure = false;
//$mail->SMTPAutoTLS = false;
IP: --   

email SMTP
peopleinside
Group: Member
Post Group: Super Member
Posts: 1394
Status:

Open source, web and security passionate
Some delay is normal and not authenticated SMTP email can goes into SPAM


-----------------------
PeopleInside  :angel:

Web, security, open source passionate.
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 19, 2024, 2:00 pm.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.020