MailSend
(Różnice między wersjami)
Kwasek (dyskusja | edycje)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Priority>10</Priority> <Request> <Type>EmailSend</Type> <EmailSend...”)
następna edycja →
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Priority>10</Priority> <Request> <Type>EmailSend</Type> <EmailSend...”)
następna edycja →
Wersja z 15:32, 27 gru 2011
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Priority >10</ Priority > < Request > < Type >EmailSend</ Type > < EmailSend > < SenderName >System</ SenderName > <!-- opcjonalne --> < SenderMail >system@ostrog.net</ SenderMail > < ReplyToName >Biuro obsługi klienta</ ReplyToName > <!-- opcjonalne --> < ReplyToMail >biuro@ostrog.net</ ReplyToMail > < Recipient >klient@test.pl</ Recipient > < Message >Tresc wiadomosci email</ Message > < AttachmentName >faktura.pdf</ AttachmentName > <!-- opcjonalne --> <!-- nazwa pliku zalacznika --> < faktura.pdf ></ faktura.pdf > <!-- opcjonalne --> <!-- tresc zalacznika w formie binarnej --> </ EmailSend > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >EmailSend</ Type > < EmailSend > < Message >Done</ Message > </ EmailSend > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error >E-mail cannot be send</ Error > </ Request > </ Net47 > //BEGINEND// |