نصب یک اسکریپت و چگونگی تنظیم سرور ایمیل برای ارسال ایمیل

kasraa

کاربر عضو
با سلام و خسته نباشید خدمت همه ی دوستان گل :x

من یه اسکریپت رو نصب کردم تو راهنمای نصبش گفته تنظیمات سرور ایمیل رو تو فایل ایمیل ست کنید

بعد من نتونستم تنظیم کنم اگر میشه بگین چطوری تنظیمات رو انجام بدم

کدهائی که توی اون فایله برای تنظیمات سرویس ایمیل هست اینه :


کد:
// Email settings
// 
// These are autopopulated, by the Installer script. If you are
// having difficulty with emails and they are not being sent/received
// please de-comment out the section immediately below and try the
// third-party option below (commented out by default).

 'Email' => array( 
 'IsSMTP' => false,
 'IsHTML' => true,
 'SMTPAuth' => false,
 'CharSet' => 'UTF-8',
 'Host' => '',
 'Port' => 25,
 'WordWrap' => 50,
 'From' => 'no-reply@domain.com', //fill this in
 'FromName' => 'frome email', //fill this in with your chosen business/website name
 'ReplyTo' => 'your email' //fill this in

 ),
هر کاری کردم وقتی ثبت نام میکنی میزنه :

ایمیل ارسال نشد . لطفاً دوباره امتحان کنید یا با مدیریت تماس بگیرید .

اینم متن ترجمه نشدش تو نسخه انگلیسیش :

Email sending failed. Please try again or contact the administrator.

ممنون میشم بگین چطوری تنظیمات ایمیل رو ست کنم :x

 

kasraa

کاربر عضو
میدونم حق دارین سوالم خیلی سخت بود !!!!

:|

 

djary

کاربر عضو
این ۳ تارو درست تنظیم کردی ؟

'From' => 'no-reply@domain.com', //fill this in

'FromName' => 'frome email', //fill this in with your chosen business/website name

'ReplyTo' => 'your email' //fill this in

تنظیماتش فقط همین ۳ تا است

 

kasraa

کاربر عضو
دوست عزیز djary مطمئنی ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

اینا که هیچ ربطی به ارسال ایمیل نداره

اینا فقط یه ایمیل هستن که توی اینباکس طرف نمایش داده میشه

من فکر کنم این برای ارسال ایمیل باید تنظیمات smtp روش ست بشه که من نمیدونم کجاش باید بزارم :(

 

djary

کاربر عضو
آخه این کد فقط همین ۳ موردش قابل تنظیم هست

اسکریپت دیگی* هم تست کردین ببینید مشکل از هاست نباشه ؟

 

mahdiali35

کاربر عضو
درود.....

مثله این که این کد یه جاییش کمه احتمال زیاد با smtp باید ارسال بشه اما جایی نداره که پسورد smtp رو وارد کنیم.....

این چه اسکریپتیه؟؟؟؟؟

 

kasraa

کاربر عضو
آخه این کد فقط همین ۳ موردش قابل تنظیم هستاسکریپت دیگی* هم تست کردین ببینید مشکل از هاست نباشه ؟
بله مشکل از هاست نیستش ولی بازم ارسال نمیکنه

درود.....

مثله این که این کد یه جاییش کمه احتمال زیاد با smtp باید ارسال بشه اما جایی نداره که پسورد smtp رو وارد کنیم.....

این چه اسکریپتیه؟؟؟؟؟
سلام

خب منم واسه همین اینجا درخواست دادم

اگر جائی واسه وارد کردن یوزر پس داشت که مشکلی نبود

این اسکریپت phppennyauction هستش

فایل کانفیگ رو اچ کردم ببینید اگر تونستید کمک کنید

ممنون :x



 

پیوست‌ها

  • config.zip
    7.3 کیلوبایت · بازدیدها: 3

Mohammad

مدیر انجمن
پرسنل مدیریت
شما با میزبانت تماس بگیر. ببین پورتها فعال هست یا نه

یا اینکه شماره پورت ها درسته...؟ چون بعضی میزبان ها روی پورت اختصاصی میارن بالا

 

kasraa

کاربر عضو
سلام

آره محمد جون بهشون گفتم گفتن پورت پیش فرضه یعنی همون 25

 

iranenaz

کاربر عضو
لطفا تست کنید :


کد:
// Email settings 
//  
// These are autopopulated, by the Installer script. If you are 
// having difficulty with emails and they are not being sent/received 
// please de-comment out the section immediately below and try the 
// third-party option below (commented out by default). 

 'Email' => array(  
 'IsSMTP' => true, 
 'IsHTML' => true, 
 'SMTPAuth' => true, 
 'CharSet' => 'UTF-8', 
 'Host' => 'localhost', 
 'Port' => 25, 
 'WordWrap' => 50, 
 'From' => 'no-reply@domain.com', //fill this in 
 'FromName' => 'frome email', //fill this in with your chosen business/website name 
 'ReplyTo' => 'your email' //fill this in 

 ),
یا


کد:
// Email settings 
//  
// These are autopopulated, by the Installer script. If you are 
// having difficulty with emails and they are not being sent/received 
// please de-comment out the section immediately below and try the 
// third-party option below (commented out by default). 

 'Email' => array(  
 'IsSMTP' => false, 
 'IsHTML' => true, 
 'SMTPAuth' => false, 
 'CharSet' => 'UTF-8', 
 'Host' => 'localhost', 
 'Port' => 25, 
 'WordWrap' => 50, 
 'From' => 'no-reply@domain.com', //fill this in 
 'FromName' => 'frome email', //fill this in with your chosen business/website name 
 'ReplyTo' => 'your email' //fill this in 

 ),
یا


کد:
// Email settings 
//  
// These are autopopulated, by the Installer script. If you are 
// having difficulty with emails and they are not being sent/received 
// please de-comment out the section immediately below and try the 
// third-party option below (commented out by default). 

 'Email' => array(  
 'IsSMTP' => true, 
 'IsHTML' => true, 
 'SMTPAuth' => true, 
 'CharSet' => 'UTF-8', 
 'Host' => '', 
 'Port' => 25, 
 'WordWrap' => 50, 
 'From' => 'no-reply@domain.com', //fill this in 
 'FromName' => 'frome email', //fill this in with your chosen business/website name 
 'ReplyTo' => 'your email' //fill this in 

 ),
 

kasraa

کاربر عضو
سلام

ممنون از همه ی دوستان

مشکل اصلی این بئد که باید جلوی هاست رو پر میکردی و آدرس آی پی سرور رو میزری

بازم ممنون از همتون :x

 
بالا