close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

hello installed latest version powerstore my linux server problems sending email PowerStor some registration, work send fix urgent

Thread began 5/20/2016 11:48 am by paolo410517 | Last modified 5/24/2016 9:55 am by Ray Borduin | 935 views | 3 replies |

paolo410517

hello installed latest version powerstore my linux server problems sending email PowerStor some registration, work send fix urgent

hello i have installed latest version powerstore on my linux server. I have problems with sending email from PowerStor !! I did some registration trial, but it does not work send !! how do I fix? for me it is urgent!

Sign in to reply to this post

Ray BorduinWebAssist

Make sure you have installed an SMTP server and set the smtp server settings in your php.ini file.

Sign in to reply to this post
Did this help? Tips are appreciated...

paolo410517

Originally Said By: Ray Borduin
  Make sure you have installed an SMTP server and set the smtp server settings in your php.ini file.  



hello Ray, thanks for the reply!

my www.c3p.it server has mail service running, adjust, if using send mail from php form with powerstore, sending does not work !!!!

where I write php.ini? It means type in username and password of the mailbox?

Can you explain better?

Hello and thanks.



ciao Ray Borduin, grazie per la risposta!

il mio server www.c3p.it ha il servizio di posta in funzione, regolare, Se utilizzo invio posta da form di php con powerstore, invio non funziona!!!!

dove scrivo php.ini? significa scrivere dentro userid e password della casella di posta?

puoi spiegare meglio?

ciao e grazie.

Sign in to reply to this post

Ray BorduinWebAssist

Start with a simple mail script on a blank page like:

php:
<?php

$to      
'nobody@example.com';
$subject 'the subject';
$message 'hello';
$headers 'From: webmaster@example.com' "\r\n" .
    
'Reply-To: webmaster@example.com' "\r\n" .
    
'X-Mailer: PHP/' phpversion();

mail($to$subject$message$headers);
?>



If that doesn't work, then no emails from any php page will work. From there it is a server and SMTP configuration issue that I'm really not an expert at.

Just because you have a mail service running doesn't mean you have an SMTP server set up to allow relay from a web page.

You can read about the smtp settings that need to be configured in your php.ini file here: http://www.php.net/manual/en/mail.configuration.php#ini.smtp

If you're running Debian and variants thereof (*buntu, etc.), you can install a mail server by running sudo tasksel install mail-server, which should set you up with basic email capabilities.

You can test this by running in command line echo 'body' | sendmail recipient@example.net

Sign in to reply to this post
Did this help? Tips are appreciated...

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...