Author |
Message |
Topic: how to link php script to microsoft outlook calendar |
zzairiez
Replies: 0
Views: 8736
|
|
hello,
Anyone else can solve my new problem to send data into microsoft outlook calendar?
I need to use php script to transfer data from web based application to the microsoft outlook calendar.
... |
Topic: mail() function and QK SMTP Server problem |
zzairiez
Replies: 7
Views: 23861
|
|
[mail function]
; For Win32 only.
SMTP = smtp.genaxis.com.my
The problem has been solved by changing the SMTP = smtp.genaxis.com.my which is my company smtp.
Thank you for give me a view to so ... |
Topic: mail() function and QK SMTP Server problem |
zzairiez
Replies: 7
Views: 23861
|
|
can we send email from localhost server? or should we install apache on a real server first? |
Topic: mail() function and QK SMTP Server problem |
zzairiez
Replies: 7
Views: 23861
|
|
[mail function]
; For Win32 only.
SMTP = localhost
; For Win32 only.
sendmail_from = postmaster@localhost
Above is the setting in my php.ini
Can you tell me more about use a relay?
Is it ... |
Topic: mail() function and QK SMTP Server problem |
zzairiez
Replies: 7
Views: 23861
|
|
hello,
Can anybody help me regarding to the problem in sending email using mail() function and QK SMTP Server?
I'm using mail() function and run in the localhost. The script look like this:
& ... |
|