نقل قول نوشته اصلی توسط kayako نمایش پست ها
سلام دوستان بنده یه سرور مجازی لینوکس دارم که روی رد استیشن هست که متاسفانه مشکل ارسال ایمیل در برنا مه های نظیر whmcs دارم ولی وقتی از خود میل سرور به راحتی هم ایمیل ارسال هم دریافت میشه لینک ریلی رد استیشن هم گزاشتم ولی متاسفانه مشکل دارم در فایل php.ini به صورت زیر گزاشتم
[mail function]
; For Win32 only.
; PHP: Runtime Configuration - Manual
SMTP = relay.redstationmail.co.uk
; PHP: Runtime Configuration - Manual
smtp_port = 587
ولی باز هم ایمیل در whmcs ارسال نمیشه قبلن من روی همین سرور وینوز بودش و با xampp به همین شکل رفته بودم ولی مشکلی نداشتم
دوستان مشکل از کجاست
How do I set up the free relay on Exim (not CPanel)

Using your favorite text editor simply make the following change:
Open: /etc/postfix/main.cf
Add or Edit the following:
smarthost:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_data = "relay.redstationmail.co.uk"
Run: service exim restart


How do I set up the free relay on CPanel

You must edit your settings in CPanel to avoid manual changes being changed by CPanel
In CPanel go to Main >> Service Configuration >> Exim Configuration Editor. Select Advanced Editor and find the textbox immediately below "Section: ROUTERSTART" then insert the following text into the textbox:
smarthost:
driver = manualroute
domains = !+local_domains
transport = remote_smtp
route_data = "relay.redstationmail.co.uk"
Finally, click save at the bottom of the page