Hi,
I am using the Rapidweaver plugin by Rapid Ideas for double opt in newsletter sign up.
I have the mlm script uploaded to my Vietnamese web hosting server. The script works well except that the confirmation emails are not being sent.
I emailed their tech support and this is what they said:
PHP mail function is without SMTP authentication ( no need to send mail addresses sent declare and password authentication to send mail SMTP valid ) , just declare send the address to send mail can be successful and this is leading to server anti- spam organizations and prevent international call - receiving mail can not be more than being included in the Black List list .
Therefore , Pavietnam blocked mail function to avoid over occurs .
If you used to write web code , not joomla , wordpress or any other pre-packaged web source that download on the network , then you can use the link below to sendmail in replacement if the current content of the mail your not going to be sending mail ( in this file file inside the guide you can follow )
They said to add this code:
Trong code có đoạn:
$smtp_host ='';//Dia chi mail server
$admin_email = '';//User duoc khai bao tren mail server
$smtp_username = '';//User duoc khai bao tren mail server
$smtp_password = '';//Pass cua email nay
Các bạn có thể thay thế như sau:
$smtp_host ='localhost';//Dia chi mail server
$admin_email = 'email của quý khách';//User duoc khai bao tren mail server
$smtp_username = 'email của quý khách';//User duoc khai bao tren mail server
$smtp_password = 'pass của email này';//Pass cua email nay
Is it possible to add this code somewhere to make mlm and double opt in mailing list work?
I am using the Rapidweaver plugin by Rapid Ideas for double opt in newsletter sign up.
I have the mlm script uploaded to my Vietnamese web hosting server. The script works well except that the confirmation emails are not being sent.
I emailed their tech support and this is what they said:
PHP mail function is without SMTP authentication ( no need to send mail addresses sent declare and password authentication to send mail SMTP valid ) , just declare send the address to send mail can be successful and this is leading to server anti- spam organizations and prevent international call - receiving mail can not be more than being included in the Black List list .
Therefore , Pavietnam blocked mail function to avoid over occurs .
If you used to write web code , not joomla , wordpress or any other pre-packaged web source that download on the network , then you can use the link below to sendmail in replacement if the current content of the mail your not going to be sending mail ( in this file file inside the guide you can follow )
They said to add this code:
Trong code có đoạn:
$smtp_host ='';//Dia chi mail server
$admin_email = '';//User duoc khai bao tren mail server
$smtp_username = '';//User duoc khai bao tren mail server
$smtp_password = '';//Pass cua email nay
Các bạn có thể thay thế như sau:
$smtp_host ='localhost';//Dia chi mail server
$admin_email = 'email của quý khách';//User duoc khai bao tren mail server
$smtp_username = 'email của quý khách';//User duoc khai bao tren mail server
$smtp_password = 'pass của email này';//Pass cua email nay
Is it possible to add this code somewhere to make mlm and double opt in mailing list work?